#8CA64D

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

Shades of Chelsea Cucumber #8CA64D

Tints of Chelsea Cucumber #8CA64D

Color information

#8CA64D (or 0x8CA64D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A6 and 4D. RGB value is (140,166,77). Sum of RGB (Red+Green+Blue) = 140+166+77=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA64D is #7359B2. Grayscale: #949494. Windows color (decimal): -7559603 or 5088908. OLE color: 5088908.

HSL color Cylindrical-coordinate representation of color #8CA64D: hue angle of 77.53º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CA64D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB14016677-
CMYK0.1600.540.35
HSL77.53º36.63%47.65%-
HSV(B)77.53º53.61%65.1%-
XYZ25.7933.3812.11-
YUV148.0887.89122.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=36.55%
G=43.34%
B=20.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140166770.1600.540.3577.5336.6347.65
Hex8CA64D10036234e2530
Octal21424611520066431164560
Binary100011001010011010011011000001101101000111001110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,77); }

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

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

 a { background-color: rgb(140,166,77); }

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

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

 span { border-color: rgb(140,166,77); }

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