#8EAF55

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

Shades of Chelsea Cucumber #8EAF55

Tints of Chelsea Cucumber #8EAF55

Color information

#8EAF55 (or 0x8EAF55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AF and 55. RGB value is (142,175,85). Sum of RGB (Red+Green+Blue) = 142+175+85=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF55 is #7150AA. Grayscale: #9B9B9B. Windows color (decimal): -7426219 or 5615502. OLE color: 5615502.

HSL color Cylindrical-coordinate representation of color #8EAF55: hue angle of 82º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EAF55 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB14217585-
CMYK0.1900.510.31
HSL82º36%50.98%-
HSV(B)82º51.43%68.63%-
XYZ28.1237.0714.27-
YUV154.8788.57118.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=35.32%
G=43.53%
B=21.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175850.1900.510.31823650.98
Hex8EAF55130331F522433
Octal21625712523063371224463
Binary10001110101011111010101100110110011111111010010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,175,85); }

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

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

 a { background-color: rgb(142,175,85); }

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

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

 span { border-color: rgb(142,175,85); }

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