#15A940

Color #15A940 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #15A940

Tints of Dark Pastel Green #15A940

Color information

#15A940 (or 0x15A940) is unknown color: approx Dark Pastel Green. HEX triplet: 15, A9 and 40. RGB value is (21,169,64). Sum of RGB (Red+Green+Blue) = 21+169+64=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 169 (66.41% from 255 or 66.54% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 169 - color contains mainly: green. Hex color #15A940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A940 is #EA56BF. Grayscale: #717171. Windows color (decimal): -15357632 or 4237589. OLE color: 4237589.

HSL color Cylindrical-coordinate representation of color #15A940: hue angle of 137.43º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A940 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB2116964-
CMYK0.8800.620.34
HSL137.43º77.89%37.25%-
HSV(B)137.43º87.57%66.27%-
XYZ15.4228.919.62-
YUV112.78100.4762.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 169 (66.41% from 255) = 66.54%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=8.27%
G=66.54%
B=25.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21169640.8800.620.34137.4377.8937.25
Hex15A9405803E22894e25
Octal252511001300764221111645
Binary1010110101001100000010110000111110100010100010011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A940; }

 p { color: rgb(21,169,64); }

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

<style>
 a { background-color: #15A940; }

 a { background-color: rgb(21,169,64); }

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

<style>
 span { border-color: #15A940; }

 span { border-color: rgb(21,169,64); }

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