Html Css Color HEX #8EA150 Chelsea Cucumber

📋 copy color: '#8EA150'

red 142 ◦ green 161 ◦ blue 80

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

Shades of Chelsea Cucumber #8EA150

Tints of Chelsea Cucumber #8EA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

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

R = 37.08%
G = 42.04%
B = 20.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#8EA150 (or 0x8EA150) is known color: Chelsea Cucumber. HEX triplet: 8E, A1 and 50. RGB value is (142,161,80). Sum of RGB (Red+Green+Blue) = 142+161+80=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA150 is #715EAF. Grayscale: #929292. Windows color (decimal): -7429808 or 5284238. OLE color: 5284238.

HSL color Cylindrical-coordinate representation of color #8EA150: hue angle of 74.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EA150 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 161 80 -
CMYK 0.12 0 0.50 0.37
HSL 74.07º 0.34% 0.47% -
HSV(B) 74.07º 0.5% 0.63% -
XYZ 25.35 31.82 12.4 -
YUV 146.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 142 161 80 0.12 0 0.50 0.37 74.07 0.34 0.47
Hex 8E A1 50 C 0 32 25 4A 22 2F
Octal 216 241 120 14 0 62 45 112 42 57
Binary 10001110 10100001 1010000 1100 0 110010 100101 1001010 100010 101111

Color Harmonies of #8EA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA150

Black with #8EA150

Text Example


Text Example

White with #8EA150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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