Html Css Color HEX #8EA25F Chelsea Cucumber

📋 copy color: '#8EA25F'

red 142 ◦ green 162 ◦ blue 95

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

Shades of Chelsea Cucumber #8EA25F

Tints of Chelsea Cucumber #8EA25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 35.59%
G = 40.6%
B = 23.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#8EA25F (or 0x8EA25F) is known color: Chelsea Cucumber. HEX triplet: 8E, A2 and 5F. RGB value is (142,162,95). Sum of RGB (Red+Green+Blue) = 142+162+95=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA25F is #715DA0. Grayscale: #949494. Windows color (decimal): -7429537 or 6267534. OLE color: 6267534.

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

Color convert

RGB 142 162 95 -
CMYK 0.12 0 0.41 0.36
HSL 77.91º 0.26% 0.5% -
HSV(B) 77.91º 0.41% 0.64% -
XYZ 26.14 32.42 15.71 -
YUV 148.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 142 162 95 0.12 0 0.41 0.36 77.91 0.26 0.5
Hex 8E A2 5F C 0 29 24 4E 1A 32
Octal 216 242 137 14 0 51 44 116 32 62
Binary 10001110 10100010 1011111 1100 0 101001 100100 1001110 11010 110010

Color Harmonies of #8EA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA25F

Black with #8EA25F

Text Example


Text Example

White with #8EA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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