#8EAE01

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

Shades of Citrus #8EAE01

Tints of Citrus #8EAE01

Color information

#8EAE01 (or 0x8EAE01) is unknown color: approx Citrus. HEX triplet: 8E, AE and 01. RGB value is (142,174,1). Sum of RGB (Red+Green+Blue) = 142+174+1=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAE01 is #7151FE. Grayscale: #919191. Windows color (decimal): -7426559 or 110222. OLE color: 110222.

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

Color convert

RGB1421741-
CMYK0.1800.990.32
HSL71.1º98.86%34.31%-
HSV(B)71.1º99.43%68.24%-
XYZ26.336.035.6-
YUV144.7146.9126.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 174 (68.36% from 255) = 54.89%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=44.79%
G=54.89%
B=0.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14217410.1800.990.3271.198.8634.31
Hex8EAE11206320476322
Octal21625612201434010714342
Binary10001110101011101100100110001110000010001111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,1); }

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

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

 a { background-color: rgb(142,174,1); }

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

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

 span { border-color: rgb(142,174,1); }

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