#8DA25B

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

Shades of Chelsea Cucumber #8DA25B

Tints of Chelsea Cucumber #8DA25B

Color information

#8DA25B (or 0x8DA25B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A2 and 5B. RGB value is (141,162,91). Sum of RGB (Red+Green+Blue) = 141+162+91=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA25B is #725DA4. Grayscale: #939393. Windows color (decimal): -7495077 or 6005389. OLE color: 6005389.

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

Color convert

RGB14116291-
CMYK0.1300.440.36
HSL77.75º28.06%49.61%-
HSV(B)77.75º43.83%63.53%-
XYZ25.7932.2614.76-
YUV147.6396.04123.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=35.79%
G=41.12%
B=23.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162910.1300.440.3677.7528.0649.61
Hex8DA25BD02C244e1c32
Octal21524213315054441163462
Binary1000110110100010101101111010101100100100100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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