#11C424

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

Shades of Dark Pastel Green #11C424

Tints of Dark Pastel Green #11C424

Color information

#11C424 (or 0x11C424) is unknown color: approx Dark Pastel Green. HEX triplet: 11, C4 and 24. RGB value is (17,196,36). Sum of RGB (Red+Green+Blue) = 17+196+36=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 196 (76.95% from 255 or 78.71% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 196 - color contains mainly: green. Hex color #11C424 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C424 is #EE3BDB. Grayscale: #7C7C7C. Windows color (decimal): -15612892 or 2409489. OLE color: 2409489.

HSL color Cylindrical-coordinate representation of color #11C424: hue angle of 126.37º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C424 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB1719636-
CMYK0.9100.820.23
HSL126.37º84.04%41.76%-
HSV(B)126.37º91.33%76.86%-
XYZ20.2939.738.27-
YUV124.2478.251.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 196 (76.95% from 255) = 78.71%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=6.83%
G=78.71%
B=14.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17196360.9100.820.23126.3784.0441.76
Hex11C4245B052177e542a
Octal213044413301222717612452
Binary10001110001001001001011011010100101011111111101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,196,36); }

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

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

 a { background-color: rgb(17,196,36); }

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

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

 span { border-color: rgb(17,196,36); }

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