#8EAB00

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

Shades of Citrus #8EAB00

Tints of Citrus #8EAB00

Color information

#8EAB00 (or 0x8EAB00) is unknown color: approx Citrus. HEX triplet: 8E, AB and 00. RGB value is (142,171,0). Sum of RGB (Red+Green+Blue) = 142+171+0=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAB00 is #7154FF. Grayscale: #8F8F8F. Windows color (decimal): -7427328 or 43918. OLE color: 43918.

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

Color convert

RGB1421710-
CMYK0.17010.33
HSL70.18º100%33.53%-
HSV(B)70.18º100%67.06%-
XYZ25.7234.885.38-
YUV142.8347.39127.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.37%
G=54.63%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14217100.17010.3370.1810033.53
Hex8EAB01106421466422
Octal21625302101444110614442
Binary10001110101010110100010110010010000110001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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