#8FA20B

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

Shades of Citron #8FA20B

Tints of Citron #8FA20B

Color information

#8FA20B (or 0x8FA20B) is unknown color: approx Citron. HEX triplet: 8F, A2 and 0B. RGB value is (143,162,11). Sum of RGB (Red+Green+Blue) = 143+162+11=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA20B is #705DF4. Grayscale: #8B8B8B. Windows color (decimal): -7364085 or 762511. OLE color: 762511.

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

Color convert

RGB14316211-
CMYK0.1200.930.36
HSL67.55º87.28%33.92%-
HSV(B)67.55º93.21%63.53%-
XYZ24.3131.75.15-
YUV139.155.71130.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.25%
GREEN value IS 162 (63.67% from 255) = 51.27%
BLUE value IS 11 (4.69% from 255) = 3.48%
R=45.25%
G=51.27%
B=3.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162110.1200.930.3667.5587.2833.92
Hex8FA2BC05D24445722
Octal217242131401354410412742
Binary1000111110100010101111000101110110010010001001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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