#11ac3a

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

Shades of Dark Pastel Green #11AC3A

Tints of Dark Pastel Green #11AC3A

Color information

#11AC3A (or 0x11AC3A) is unknown color: approx Dark Pastel Green. HEX triplet: 11, AC and 3A. RGB value is (17,172,58). Sum of RGB (Red+Green+Blue) = 17+172+58=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AC3A is #EE53C5. Grayscale: #707070. Windows color (decimal): -15619014 or 3845137. OLE color: 3845137.

HSL color Cylindrical-coordinate representation of color #11AC3A: hue angle of 135.87º 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 #11AC3A is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1717258-
CMYK0.9000.660.33
HSL135.87º82.01%37.06%-
HSV(B)135.87º90.12%67.45%-
XYZ15.7529.938.95-
YUV112.6697.1559.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 172 (67.58% from 255) = 69.64%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=6.88%
G=69.64%
B=23.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17172580.9000.660.33135.8782.0137.06
Hex11AC3A5A04221885225
Octal212547213201024121012245
Binary1000110101100111010101101001000010100001100010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ac3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,172,58); }

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

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

 a { background-color: rgb(17,172,58); }

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

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

 span { border-color: rgb(17,172,58); }

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