#8EAD08

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

Shades of Citrus #8EAD08

Tints of Citrus #8EAD08

Color information

#8EAD08 (or 0x8EAD08) is unknown color: approx Citrus. HEX triplet: 8E, AD and 08. RGB value is (142,173,8). Sum of RGB (Red+Green+Blue) = 142+173+8=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAD08 is #7152F7. Grayscale: #919191. Windows color (decimal): -7426808 or 568718. OLE color: 568718.

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

Color convert

RGB1421738-
CMYK0.1800.950.32
HSL71.27º91.16%35.49%-
HSV(B)71.27º95.38%67.84%-
XYZ26.1435.665.73-
YUV144.9250.73125.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 173 (67.97% from 255) = 53.56%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=43.96%
G=53.56%
B=2.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14217380.1800.950.3271.2791.1635.49
Hex8EAD81205F20475b23
Octal216255102201374010713343
Binary10001110101011011000100100101111110000010001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,8); }

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

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

 a { background-color: rgb(142,173,8); }

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

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

 span { border-color: rgb(142,173,8); }

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