#8EAA0B

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

Shades of Citrus #8EAA0B

Tints of Citrus #8EAA0B

Color information

#8EAA0B (or 0x8EAA0B) is unknown color: approx Citrus. HEX triplet: 8E, AA and 0B. RGB value is (142,170,11). Sum of RGB (Red+Green+Blue) = 142+170+11=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAA0B is #7155F4. Grayscale: #909090. Windows color (decimal): -7427573 or 764558. OLE color: 764558.

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

Color convert

RGB14217011-
CMYK0.1600.940.33
HSL70.57º87.85%35.49%-
HSV(B)70.57º93.53%66.67%-
XYZ25.5934.525.63-
YUV143.553.22126.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 11 (4.69% from 255) = 3.41%
R=43.96%
G=52.63%
B=3.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170110.1600.940.3370.5787.8535.49
Hex8EAAB1005E21475823
Octal216252132001364110713043
Binary10001110101010101011100000101111010000110001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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