#8CAF55

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

Shades of Chelsea Cucumber #8CAF55

Tints of Chelsea Cucumber #8CAF55

Color information

#8CAF55 (or 0x8CAF55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AF and 55. RGB value is (140,175,85). Sum of RGB (Red+Green+Blue) = 140+175+85=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF55 is #7350AA. Grayscale: #9A9A9A. Windows color (decimal): -7557291 or 5615500. OLE color: 5615500.

HSL color Cylindrical-coordinate representation of color #8CAF55: hue angle of 83.33º 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 #8CAF55 is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB14017585-
CMYK0.200.510.31
HSL83.33º36%50.98%-
HSV(B)83.33º51.43%68.63%-
XYZ27.7836.8914.25-
YUV154.2788.9117.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=35%
G=43.75%
B=21.25%

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
Decimal140175850.200.510.3183.333650.98
Hex8CAF55140331F532433
Octal21425712524063371234463
Binary10001100101011111010101101000110011111111010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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