#8DA25C

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

Shades of Chelsea Cucumber #8DA25C

Tints of Chelsea Cucumber #8DA25C

Color information

#8DA25C (or 0x8DA25C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A2 and 5C. RGB value is (141,162,92). Sum of RGB (Red+Green+Blue) = 141+162+92=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA25C is #725DA3. Grayscale: #949494. Windows color (decimal): -7495076 or 6070925. OLE color: 6070925.

HSL color Cylindrical-coordinate representation of color #8DA25C: hue angle of 78º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DA25C is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB14116292-
CMYK0.1300.430.36
HSL78º27.56%49.8%-
HSV(B)78º43.21%63.53%-
XYZ25.8432.2814.99-
YUV147.7496.54123.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=35.70%
G=41.01%
B=23.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162920.1300.430.367827.5649.8
Hex8DA25CD02B244e1c32
Octal21524213415053441163462
Binary1000110110100010101110011010101011100100100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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