#11A53B

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

Shades of Dark Pastel Green #11A53B

Tints of Dark Pastel Green #11A53B

Color information

#11A53B (or 0x11A53B) is unknown color: approx Dark Pastel Green. HEX triplet: 11, A5 and 3B. RGB value is (17,165,59). Sum of RGB (Red+Green+Blue) = 17+165+59=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #11A53B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A53B is #EE5AC4. Grayscale: #6C6C6C. Windows color (decimal): -15620805 or 3908881. OLE color: 3908881.

HSL color Cylindrical-coordinate representation of color #11A53B: hue angle of 137.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A53B is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1716559-
CMYK0.9000.640.35
HSL137.03º81.32%35.69%-
HSV(B)137.03º89.7%64.71%-
XYZ14.4827.358.65-
YUV108.6699.9762.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 165 (64.84% from 255) = 68.46%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=7.05%
G=68.46%
B=24.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17165590.9000.640.35137.0381.3235.69
Hex11A53B5A04023895124
Octal212457313201004321112144
Binary1000110100101111011101101001000000100011100010011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,165,59); }

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

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

 a { background-color: rgb(17,165,59); }

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

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

 span { border-color: rgb(17,165,59); }

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