#8FA120

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

Shades of Citron #8FA120

Tints of Citron #8FA120

Color information

#8FA120 (or 0x8FA120) is unknown color: approx Citron. HEX triplet: 8F, A1 and 20. RGB value is (143,161,32). Sum of RGB (Red+Green+Blue) = 143+161+32=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA120 is #705EDF. Grayscale: #8D8D8D. Windows color (decimal): -7364320 or 2138511. OLE color: 2138511.

HSL color Cylindrical-coordinate representation of color #8FA120: hue angle of 68.37º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FA120 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB14316132-
CMYK0.1100.800.37
HSL68.37º66.84%37.84%-
HSV(B)68.37º80.12%63.14%-
XYZ24.3331.436.15-
YUV140.9166.54129.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 32 (12.89% from 255) = 9.52%
R=42.56%
G=47.92%
B=9.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143161320.1100.800.3768.3766.8437.84
Hex8FA120B05025444326
Octal217241401301204510410346
Binary100011111010000110000010110101000010010110001001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,32); }

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

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

 a { background-color: rgb(143,161,32); }

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

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

 span { border-color: rgb(143,161,32); }

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