#11AF20

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

Shades of Dark Pastel Green #11AF20

Tints of Dark Pastel Green #11AF20

Color information

#11AF20 (or 0x11AF20) is unknown color: approx Dark Pastel Green. HEX triplet: 11, AF and 20. RGB value is (17,175,32). Sum of RGB (Red+Green+Blue) = 17+175+32=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 175 (68.75% from 255 or 78.12% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF20 is #EE50DF. Grayscale: #6F6F6F. Windows color (decimal): -15618272 or 2141969. OLE color: 2141969.

HSL color Cylindrical-coordinate representation of color #11AF20: hue angle of 125.7º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF20 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1717532-
CMYK0.9000.820.31
HSL125.7º82.29%37.65%-
HSV(B)125.7º90.29%68.63%-
XYZ15.8230.886.49-
YUV111.4683.1560.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 175 (68.75% from 255) = 78.12%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=7.59%
G=78.12%
B=14.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17175320.9000.820.31125.782.2937.65
Hex11AF205A0521F7e5226
Octal212574013201223717612246
Binary10001101011111000001011010010100101111111111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11AF20; }

 p { color: rgb(17,175,32); }

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

<style>
 a { background-color: #11AF20; }

 a { background-color: rgb(17,175,32); }

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

<style>
 span { border-color: #11AF20; }

 span { border-color: rgb(17,175,32); }

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