Html Css Color HEX #8CAF60 Chelsea Cucumber

📋 copy color: '#8CAF60'

red 140 ◦ green 175 ◦ blue 96

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

Shades of Chelsea Cucumber #8CAF60

Tints of Chelsea Cucumber #8CAF60

RGB

 RED value IS 140 (55.08% from 255) = 34.06%

 GREEN value IS 175 (68.75% from 255) = 42.58%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 34.06%
G = 42.58%
B = 23.36%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#8CAF60 (or 0x8CAF60) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 60. RGB value is (140,175,96). Sum of RGB (Red+Green+Blue) = 140+175+96=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF60 is #73509F. Grayscale: #9B9B9B. Windows color (decimal): -7557280 or 6336396. OLE color: 6336396.

HSL color Cylindrical-coordinate representation of color #8CAF60: hue angle of 86.58º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CAF60 is Cyan = 0.2, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 96 -
CMYK 0.2 0 0.45 0.31
HSL 86.58º 0.33% 0.53% -
HSV(B) 86.58º 0.45% 0.69% -
XYZ 28.26 37.08 16.73 -
YUV 155.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 140 175 96 0.2 0 0.45 0.31 86.58 0.33 0.53
Hex 8C AF 60 14 0 2D 1F 57 21 35
Octal 214 257 140 24 0 55 37 127 41 65
Binary 10001100 10101111 1100000 10100 0 101101 11111 1010111 100001 110101

Color Harmonies of #8CAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF60

Black with #8CAF60

Text Example


Text Example

White with #8CAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,96); }

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

background-color css

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

 a { background-color: rgb(140,175,96); }

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

border-color css

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

 span { border-color: rgb(140,175,96); }

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