#15AF45

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

Shades of Dark Pastel Green #15AF45

Tints of Dark Pastel Green #15AF45

Color information

#15AF45 (or 0x15AF45) is unknown color: approx Dark Pastel Green. HEX triplet: 15, AF and 45. RGB value is (21,175,69). Sum of RGB (Red+Green+Blue) = 21+175+69=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 175 (68.75% from 255 or 66.04% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 175 - color contains mainly: green. Hex color #15AF45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AF45 is #EA50BA. Grayscale: #757575. Windows color (decimal): -15356091 or 4566805. OLE color: 4566805.

HSL color Cylindrical-coordinate representation of color #15AF45: hue angle of 138.7º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AF45 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB2117569-
CMYK0.8800.610.31
HSL138.7º78.57%38.43%-
HSV(B)138.7º88%68.63%-
XYZ16.7131.2510.78-
YUV116.87100.9859.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 175 (68.75% from 255) = 66.04%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=7.92%
G=66.04%
B=26.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21175690.8800.610.31138.778.5738.43
Hex15AF455803D1F8b4f26
Octal252571051300753721311746
Binary101011010111110001011011000011110111111100010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,175,69); }

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

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

 a { background-color: rgb(21,175,69); }

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

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

 span { border-color: rgb(21,175,69); }

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