#8DA55C

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

Shades of Chelsea Cucumber #8DA55C

Tints of Chelsea Cucumber #8DA55C

Color information

#8DA55C (or 0x8DA55C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A5 and 5C. RGB value is (141,165,92). Sum of RGB (Red+Green+Blue) = 141+165+92=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA55C is #725AA3. Grayscale: #959595. Windows color (decimal): -7494308 or 6071693. OLE color: 6071693.

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

Color convert

RGB14116592-
CMYK0.1500.440.35
HSL79.73º28.85%50.39%-
HSV(B)79.73º44.24%64.71%-
XYZ26.3733.3515.17-
YUV149.595.55121.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=35.43%
G=41.46%
B=23.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141165920.1500.440.3579.7328.8550.39
Hex8DA55CF02C23501d32
Octal21524513417054431203562
Binary1000110110100101101110011110101100100011101000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,165,92); }

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

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

 a { background-color: rgb(141,165,92); }

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

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

 span { border-color: rgb(141,165,92); }

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