#8EAB02

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

Shades of Citrus #8EAB02

Tints of Citrus #8EAB02

Color information

#8EAB02 (or 0x8EAB02) is unknown color: approx Citrus. HEX triplet: 8E, AB and 02. RGB value is (142,171,2). Sum of RGB (Red+Green+Blue) = 142+171+2=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAB02 is #7154FD. Grayscale: #8F8F8F. Windows color (decimal): -7427326 or 174990. OLE color: 174990.

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

Color convert

RGB1421712-
CMYK0.1700.990.33
HSL70.3º97.69%33.92%-
HSV(B)70.3º98.83%67.06%-
XYZ25.7334.885.43-
YUV143.0648.39127.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 171 (67.19% from 255) = 54.29%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=45.08%
G=54.29%
B=0.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14217120.1700.990.3370.397.6933.92
Hex8EAB21106321466222
Octal21625322101434110614242
Binary100011101010101110100010110001110000110001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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