Html Css Color HEX #8EAB50 Chelsea Cucumber

📋 copy color: '#8EAB50'

red 142 ◦ green 171 ◦ blue 80

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

Shades of Chelsea Cucumber #8EAB50

Tints of Chelsea Cucumber #8EAB50

RGB

 RED value IS 142 (55.86% from 255) = 36.13%

 GREEN value IS 171 (67.19% from 255) = 43.51%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 36.13%
G = 43.51%
B = 20.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#8EAB50 (or 0x8EAB50) is known color: Chelsea Cucumber. HEX triplet: 8E, AB and 50. RGB value is (142,171,80). Sum of RGB (Red+Green+Blue) = 142+171+80=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB50 is #7154AF. Grayscale: #989898. Windows color (decimal): -7427248 or 5286798. OLE color: 5286798.

HSL color Cylindrical-coordinate representation of color #8EAB50: hue angle of 79.12º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EAB50 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 171 80 -
CMYK 0.17 0 0.53 0.33
HSL 79.12º 0.36% 0.49% -
HSV(B) 79.12º 0.53% 0.67% -
XYZ 27.17 35.46 13 -
YUV 151.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 142 171 80 0.17 0 0.53 0.33 79.12 0.36 0.49
Hex 8E AB 50 11 0 35 21 4F 24 31
Octal 216 253 120 21 0 65 41 117 44 61
Binary 10001110 10101011 1010000 10001 0 110101 100001 1001111 100100 110001

Color Harmonies of #8EAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAB50

Black with #8EAB50

Text Example


Text Example

White with #8EAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,171,80); }

 H1.HeaderClassName
 {
   color: #8EAB50;
 }
 .AnyTagClassName
 {
   color: #8EAB50;
 }
</style>

background-color css

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

 a { background-color: rgb(142,171,80); }

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

border-color css

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

 span { border-color: rgb(142,171,80); }

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