#8FA20F

Color #8FA20F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8FA20F

Tints of Citron #8FA20F

Color information

#8FA20F (or 0x8FA20F) is unknown color: approx Citron. HEX triplet: 8F, A2 and 0F. RGB value is (143,162,15). Sum of RGB (Red+Green+Blue) = 143+162+15=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA20F is #705DF0. Grayscale: #8C8C8C. Windows color (decimal): -7364081 or 1024655. OLE color: 1024655.

HSL color Cylindrical-coordinate representation of color #8FA20F: hue angle of 67.76º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FA20F is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB14316215-
CMYK0.1200.910.36
HSL67.76º83.05%34.71%-
HSV(B)67.76º90.74%63.53%-
XYZ24.3331.715.29-
YUV139.5657.71130.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=44.69%
G=50.62%
B=4.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162150.1200.910.3667.7683.0534.71
Hex8FA2FC05B24445323
Octal217242171401334410412343
Binary1000111110100010111111000101101110010010001001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA20F; }

 p { color: rgb(143,162,15); }

 H1.HeaderClassName
 {
   color: #8FA20F;
 }
 .AnyTagClassName
 {
   color: #8FA20F;
 }
</style>
background-color css

<style>
 a { background-color: #8FA20F; }

 a { background-color: rgb(143,162,15); }

 div.DivClassName
 {
   background-color: #8FA20F;
 }
 .BgClassName
 {
   background-color: #8FA20F;
 }
</style>
border-color css

<style>
 span { border-color: #8FA20F; }

 span { border-color: rgb(143,162,15); }

 td.TdClassName
 {
   border-color: #8FA20F;
 }
 .TagClassName
 {
   border-color: #8FA20F;
 }
</style>