#11CA31

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

Shades of Dark Pastel Green #11CA31

Tints of Dark Pastel Green #11CA31

Color information

#11CA31 (or 0x11CA31) is unknown color: approx Dark Pastel Green. HEX triplet: 11, CA and 31. RGB value is (17,202,49). Sum of RGB (Red+Green+Blue) = 17+202+49=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #11CA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CA31 is #EE35CE. Grayscale: #818181. Windows color (decimal): -15611343 or 3262993. OLE color: 3262993.

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

Color convert

RGB1720249-
CMYK0.9200.760.21
HSL130.38º84.47%42.94%-
HSV(B)130.38º91.58%79.22%-
XYZ21.9142.589.97-
YUV129.2482.7147.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 202 (79.30% from 255) = 75.37%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=6.34%
G=75.37%
B=18.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17202490.9200.760.21130.3884.4742.94
Hex11CA315C04C1582542b
Octal213126113401142520212453
Binary100011100101011000110111000100110010101100000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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