Html Css Color HEX #8EAF55 Chelsea Cucumber

📋 copy color: '#8EAF55'

red 142 ◦ green 175 ◦ blue 85

#8EAF55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8EAF55

Tints of Chelsea Cucumber #8EAF55

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 value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#8EAF55 (or 0x8EAF55) is known color: 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

RGB 142 175 85 -
CMYK 0.19 0 0.51 0.31
HSL 82º 0.36% 0.51% -
HSV(B) 82º 0.51% 0.69% -
XYZ 28.13 37.07 14.27 -
YUV 154.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 142 175 85 0.19 0 0.51 0.31 82 0.36 0.51
Hex 8E AF 55 13 0 33 1F 52 24 33
Octal 216 257 125 23 0 63 37 122 44 63
Binary 10001110 10101111 1010101 10011 0 110011 11111 1010010 100100 110011

Color Harmonies of #8EAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAF55

Black with #8EAF55

Text Example


Text Example

White with #8EAF55

Text Example


Text Example

HTML Codes & Css Web 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>