#15AA42

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

Shades of Dark Pastel Green #15AA42

Tints of Dark Pastel Green #15AA42

Color information

#15AA42 (or 0x15AA42) is unknown color: approx Dark Pastel Green. HEX triplet: 15, AA and 42. RGB value is (21,170,66). Sum of RGB (Red+Green+Blue) = 21+170+66=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AA42 is #EA55BD. Grayscale: #717171. Windows color (decimal): -15357374 or 4368917. OLE color: 4368917.

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

Color convert

RGB2117066-
CMYK0.8800.610.33
HSL138.12º78.01%37.45%-
HSV(B)138.12º87.65%66.67%-
XYZ15.6729.39.98-
YUV113.59101.1461.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 170 (66.80% from 255) = 66.15%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=8.17%
G=66.15%
B=25.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21170660.8800.610.33138.1278.0137.45
Hex15AA425803D218a4e25
Octal252521021300754121211645
Binary1010110101010100001010110000111101100001100010101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,170,66); }

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

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

 a { background-color: rgb(21,170,66); }

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

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

 span { border-color: rgb(21,170,66); }

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