#8CA54D

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

Shades of Chelsea Cucumber #8CA54D

Tints of Chelsea Cucumber #8CA54D

Color information

#8CA54D (or 0x8CA54D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 4D. RGB value is (140,165,77). Sum of RGB (Red+Green+Blue) = 140+165+77=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA54D is #735AB2. Grayscale: #939393. Windows color (decimal): -7559859 or 5088652. OLE color: 5088652.

HSL color Cylindrical-coordinate representation of color #8CA54D: hue angle of 77.05º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CA54D is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB14016577-
CMYK0.1500.530.35
HSL77.05º36.36%47.45%-
HSV(B)77.05º53.33%64.71%-
XYZ25.6133.0212.05-
YUV147.4988.22122.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=36.65%
G=43.19%
B=20.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165770.1500.530.3577.0536.3647.45
Hex8CA54DF035234d242f
Octal21424511517065431154457
Binary10001100101001011001101111101101011000111001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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