Html Css Color HEX #8EA250 Chelsea Cucumber

📋 copy color: '#8EA250'

red 142 ◦ green 162 ◦ blue 80

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

Shades of Chelsea Cucumber #8EA250

Tints of Chelsea Cucumber #8EA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

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

R = 36.98%
G = 42.19%
B = 20.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#8EA250 (or 0x8EA250) is known color: Chelsea Cucumber. HEX triplet: 8E, A2 and 50. RGB value is (142,162,80). Sum of RGB (Red+Green+Blue) = 142+162+80=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA250 is #715DAF. Grayscale: #929292. Windows color (decimal): -7429552 or 5284494. OLE color: 5284494.

HSL color Cylindrical-coordinate representation of color #8EA250: hue angle of 74.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EA250 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 162 80 -
CMYK 0.12 0 0.51 0.36
HSL 74.63º 0.34% 0.47% -
HSV(B) 74.63º 0.51% 0.64% -
XYZ 25.52 32.17 12.45 -
YUV 146.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 142 162 80 0.12 0 0.51 0.36 74.63 0.34 0.47
Hex 8E A2 50 C 0 33 24 4B 22 2F
Octal 216 242 120 14 0 63 44 113 42 57
Binary 10001110 10100010 1010000 1100 0 110011 100100 1001011 100010 101111

Color Harmonies of #8EA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA250

Black with #8EA250

Text Example


Text Example

White with #8EA250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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