#8eaa00

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

Shades of Citrus #8EAA00

Tints of Citrus #8EAA00

Color information

#8EAA00 (or 0x8EAA00) is unknown color: approx Citrus. HEX triplet: 8E, AA and 00. RGB value is (142,170,0). Sum of RGB (Red+Green+Blue) = 142+170+0=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAA00 is #7155FF. Grayscale: #8E8E8E. Windows color (decimal): -7427584 or 43662. OLE color: 43662.

HSL color Cylindrical-coordinate representation of color #8EAA00: hue angle of 69.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EAA00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1421700-
CMYK0.16010.33
HSL69.88º100%33.33%-
HSV(B)69.88º100%66.67%-
XYZ25.5334.55.31-
YUV142.2547.72127.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.51%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.51%
G=54.49%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14217000.16010.3369.8810033.33
Hex8EAA01006421466421
Octal21625202001444110614441
Binary10001110101010100100000110010010000110001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eaa00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,0); }

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

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

 a { background-color: rgb(142,170,0); }

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

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

 span { border-color: rgb(142,170,0); }

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