#11A138

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

Shades of Dark Pastel Green #11A138

Tints of Dark Pastel Green #11A138

Color information

#11A138 (or 0x11A138) is unknown color: approx Dark Pastel Green. HEX triplet: 11, A1 and 38. RGB value is (17,161,56). Sum of RGB (Red+Green+Blue) = 17+161+56=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #11A138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A138 is #EE5EC7. Grayscale: #6A6A6A. Windows color (decimal): -15621832 or 3711249. OLE color: 3711249.

HSL color Cylindrical-coordinate representation of color #11A138: hue angle of 136.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A138 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1716156-
CMYK0.8900.650.37
HSL136.25º80.9%34.9%-
HSV(B)136.25º89.44%63.14%-
XYZ13.6925.898.02-
YUV105.9799.7964.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 161 (63.28% from 255) = 68.80%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=7.26%
G=68.80%
B=23.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17161560.8900.650.37136.2580.934.9
Hex11A1385904125885123
Octal212417013101014521012143
Binary1000110100001111000101100101000001100101100010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,161,56); }

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

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

 a { background-color: rgb(17,161,56); }

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

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

 span { border-color: rgb(17,161,56); }

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