#11CA46

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

Shades of Dark Pastel Green #11CA46

Tints of Dark Pastel Green #11CA46

Color information

#11CA46 (or 0x11CA46) is unknown color: approx Dark Pastel Green. HEX triplet: 11, CA and 46. RGB value is (17,202,70). Sum of RGB (Red+Green+Blue) = 17+202+70=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #11CA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CA46 is #EE35B9. Grayscale: #838383. Windows color (decimal): -15611322 or 4639249. OLE color: 4639249.

HSL color Cylindrical-coordinate representation of color #11CA46: hue angle of 137.19º 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 #11CA46 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB1720270-
CMYK0.9200.650.21
HSL137.19º84.47%42.94%-
HSV(B)137.19º91.58%79.22%-
XYZ22.4642.812.87-
YUV131.6493.2146.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 202 (79.30% from 255) = 69.90%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=5.88%
G=69.90%
B=24.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17202700.9200.650.21137.1984.4742.94
Hex11CA465C0411589542b
Octal2131210613401012521112453
Binary1000111001010100011010111000100000110101100010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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