#11C523

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

Shades of Dark Pastel Green #11C523

Tints of Dark Pastel Green #11C523

Color information

#11C523 (or 0x11C523) is unknown color: approx Dark Pastel Green. HEX triplet: 11, C5 and 23. RGB value is (17,197,35). Sum of RGB (Red+Green+Blue) = 17+197+35=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 197 (77.34% from 255 or 79.12% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 197 - color contains mainly: green. Hex color #11C523 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C523 is #EE3ADC. Grayscale: #7D7D7D. Windows color (decimal): -15612637 or 2344209. OLE color: 2344209.

HSL color Cylindrical-coordinate representation of color #11C523: hue angle of 126º 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 #11C523 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB1719735-
CMYK0.9100.820.23
HSL126º84.11%41.96%-
HSV(B)126º91.37%77.25%-
XYZ20.540.178.26-
YUV124.7177.3751.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 197 (77.34% from 255) = 79.12%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=6.83%
G=79.12%
B=14.06%

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
Decimal17197350.9100.820.2312684.1141.96
Hex11C5235B052177e542a
Octal213054313301222717612452
Binary10001110001011000111011011010100101011111111101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,197,35); }

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

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

 a { background-color: rgb(17,197,35); }

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

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

 span { border-color: rgb(17,197,35); }

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