#11A930

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

Shades of Dark Pastel Green #11A930

Tints of Dark Pastel Green #11A930

Color information

#11A930 (or 0x11A930) is unknown color: approx Dark Pastel Green. HEX triplet: 11, A9 and 30. RGB value is (17,169,48). Sum of RGB (Red+Green+Blue) = 17+169+48=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 169 (66.41% from 255 or 72.22% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 169 - color contains mainly: green. Hex color #11A930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A930 is #EE56CF. Grayscale: #6E6E6E. Windows color (decimal): -15619792 or 3189009. OLE color: 3189009.

HSL color Cylindrical-coordinate representation of color #11A930: hue angle of 132.24º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A930 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1716948-
CMYK0.9000.720.34
HSL132.24º81.72%36.47%-
HSV(B)132.24º89.94%66.27%-
XYZ14.9528.717.55-
YUV109.7693.1461.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 169 (66.41% from 255) = 72.22%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=7.26%
G=72.22%
B=20.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17169480.9000.720.34132.2481.7236.47
Hex11A9305A04822845224
Octal212516013201104220412244
Binary1000110101001110000101101001001000100010100001001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,169,48); }

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

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

 a { background-color: rgb(17,169,48); }

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

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

 span { border-color: rgb(17,169,48); }

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