#8CAF66

Color #8CAF66 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8CAF66

Tints of Chelsea Cucumber #8CAF66

Color information

#8CAF66 (or 0x8CAF66) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AF and 66. RGB value is (140,175,102). Sum of RGB (Red+Green+Blue) = 140+175+102=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF66 is #735099. Grayscale: #9C9C9C. Windows color (decimal): -7557274 or 6729612. OLE color: 6729612.

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

Color convert

RGB140175102-
CMYK0.200.420.31
HSL88.77º31.33%54.31%-
HSV(B)88.77º41.71%68.63%-
XYZ28.5437.1918.25-
YUV156.2197.4116.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=33.57%
G=41.97%
B=24.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751020.200.420.3188.7731.3354.31
Hex8CAF661402A1F591f36
Octal21425714624052371313766
Binary1000110010101111110011010100010101011111101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CAF66;
 }
 .AnyTagClassName
 {
   color: #8CAF66;
 }
</style>
background-color css

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

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

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

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

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

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