#8CA35F

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

Shades of Chelsea Cucumber #8CA35F

Tints of Chelsea Cucumber #8CA35F

Color information

#8CA35F (or 0x8CA35F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A3 and 5F. RGB value is (140,163,95). Sum of RGB (Red+Green+Blue) = 140+163+95=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA35F is #735CA0. Grayscale: #949494. Windows color (decimal): -7560353 or 6267788. OLE color: 6267788.

HSL color Cylindrical-coordinate representation of color #8CA35F: hue angle of 80.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CA35F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB14016395-
CMYK0.1400.420.36
HSL80.29º26.98%50.59%-
HSV(B)80.29º41.72%63.92%-
XYZ25.9832.615.75-
YUV148.3797.88122.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=35.18%
G=40.95%
B=23.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163950.1400.420.3680.2926.9850.59
Hex8CA35FE02A24501b33
Octal21424313716052441203363
Binary1000110010100011101111111100101010100100101000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,95); }

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

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

 a { background-color: rgb(140,163,95); }

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

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

 span { border-color: rgb(140,163,95); }

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