#11AB2A

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

Shades of Dark Pastel Green #11AB2A

Tints of Dark Pastel Green #11AB2A

Color information

#11AB2A (or 0x11AB2A) is unknown color: approx Dark Pastel Green. HEX triplet: 11, AB and 2A. RGB value is (17,171,42). Sum of RGB (Red+Green+Blue) = 17+171+42=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 171 (67.19% from 255 or 74.35% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AB2A is #EE54D5. Grayscale: #6E6E6E. Windows color (decimal): -15619286 or 2796305. OLE color: 2796305.

HSL color Cylindrical-coordinate representation of color #11AB2A: hue angle of 129.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AB2A is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1717142-
CMYK0.9000.750.33
HSL129.74º81.91%36.86%-
HSV(B)129.74º90.06%67.06%-
XYZ15.2129.417.07-
YUV110.2589.4861.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 171 (67.19% from 255) = 74.35%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=7.39%
G=74.35%
B=18.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17171420.9000.750.33129.7481.9136.86
Hex11AB2A5A04B21825225
Octal212535213201134120212245
Binary1000110101011101010101101001001011100001100000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,171,42); }

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

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

 a { background-color: rgb(17,171,42); }

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

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

 span { border-color: rgb(17,171,42); }

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