#11CA42

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

Shades of Dark Pastel Green #11CA42

Tints of Dark Pastel Green #11CA42

Color information

#11CA42 (or 0x11CA42) is unknown color: approx Dark Pastel Green. HEX triplet: 11, CA and 42. RGB value is (17,202,66). Sum of RGB (Red+Green+Blue) = 17+202+66=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #11CA42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CA42 is #EE35BD. Grayscale: #838383. Windows color (decimal): -15611326 or 4377105. OLE color: 4377105.

HSL color Cylindrical-coordinate representation of color #11CA42: hue angle of 135.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CA42 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB1720266-
CMYK0.9200.670.21
HSL135.89º84.47%42.94%-
HSV(B)135.89º91.58%79.22%-
XYZ22.3442.7512.23-
YUV131.1891.2146.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 202 (79.30% from 255) = 70.88%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=5.96%
G=70.88%
B=23.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17202660.9200.670.21135.8984.4742.94
Hex11CA425C0431588542b
Octal2131210213401032521012453
Binary1000111001010100001010111000100001110101100010001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,202,66); }

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

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

 a { background-color: rgb(17,202,66); }

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

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

 span { border-color: rgb(17,202,66); }

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