#8FAE06

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

Shades of Citrus #8FAE06

Tints of Citrus #8FAE06

Color information

#8FAE06 (or 0x8FAE06) is unknown color: approx Citrus. HEX triplet: 8F, AE and 06. RGB value is (143,174,6). Sum of RGB (Red+Green+Blue) = 143+174+6=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAE06 is #7051F9. Grayscale: #929292. Windows color (decimal): -7361018 or 437903. OLE color: 437903.

HSL color Cylindrical-coordinate representation of color #8FAE06: hue angle of 71.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FAE06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1431746-
CMYK0.1800.970.32
HSL71.07º93.33%35.29%-
HSV(B)71.07º96.55%68.24%-
XYZ26.536.125.75-
YUV145.5849.23126.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.27%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 6 (2.73% from 255) = 1.86%
R=44.27%
G=53.87%
B=1.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14317460.1800.970.3271.0793.3335.29
Hex8FAE61206120475d23
Octal21725662201414010713543
Binary1000111110101110110100100110000110000010001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,6); }

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

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

 a { background-color: rgb(143,174,6); }

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

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

 span { border-color: rgb(143,174,6); }

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