#8CAF56

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

Shades of Chelsea Cucumber #8CAF56

Tints of Chelsea Cucumber #8CAF56

Color information

#8CAF56 (or 0x8CAF56) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AF and 56. RGB value is (140,175,86). Sum of RGB (Red+Green+Blue) = 140+175+86=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF56 is #7350A9. Grayscale: #9A9A9A. Windows color (decimal): -7557290 or 5681036. OLE color: 5681036.

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

Color convert

RGB14017586-
CMYK0.200.510.31
HSL83.6º35.74%51.18%-
HSV(B)83.6º50.86%68.63%-
XYZ27.8236.9114.46-
YUV154.3989.4117.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=34.91%
G=43.64%
B=21.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140175860.200.510.3183.635.7451.18
Hex8CAF56140331F542433
Octal21425712624063371244463
Binary10001100101011111010110101000110011111111010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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