Html Css Color HEX #8EA75E Chelsea Cucumber

📋 copy color: '#8EA75E'

red 142 ◦ green 167 ◦ blue 94

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

Shades of Chelsea Cucumber #8EA75E

Tints of Chelsea Cucumber #8EA75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 35.24%
G = 41.44%
B = 23.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#8EA75E (or 0x8EA75E) is known color: Chelsea Cucumber. HEX triplet: 8E, A7 and 5E. RGB value is (142,167,94). Sum of RGB (Red+Green+Blue) = 142+167+94=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA75E is #7158A1. Grayscale: #979797. Windows color (decimal): -7428258 or 6203278. OLE color: 6203278.

HSL color Cylindrical-coordinate representation of color #8EA75E: hue angle of 80.55º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA75E is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 142 167 94 -
CMYK 0.15 0 0.44 0.35
HSL 80.55º 0.29% 0.51% -
HSV(B) 80.55º 0.44% 0.65% -
XYZ 26.99 34.2 15.77 -
YUV 151.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 142 167 94 0.15 0 0.44 0.35 80.55 0.29 0.51
Hex 8E A7 5E F 0 2C 23 51 1D 33
Octal 216 247 136 17 0 54 43 121 35 63
Binary 10001110 10100111 1011110 1111 0 101100 100011 1010001 11101 110011

Color Harmonies of #8EA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA75E

Black with #8EA75E

Text Example


Text Example

White with #8EA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,167,94); }

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

background-color css

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

 a { background-color: rgb(142,167,94); }

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

border-color css

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

 span { border-color: rgb(142,167,94); }

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