#11C227

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

Shades of Dark Pastel Green #11C227

Tints of Dark Pastel Green #11C227

Color information

#11C227 (or 0x11C227) is unknown color: approx Dark Pastel Green. HEX triplet: 11, C2 and 27. RGB value is (17,194,39). Sum of RGB (Red+Green+Blue) = 17+194+39=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 194 (76.17% from 255 or 77.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 194 - color contains mainly: green. Hex color #11C227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C227 is #EE3DD8. Grayscale: #7B7B7B. Windows color (decimal): -15613401 or 2605585. OLE color: 2605585.

HSL color Cylindrical-coordinate representation of color #11C227: hue angle of 127.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C227 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1719439-
CMYK0.9100.800.24
HSL127.46º83.89%41.37%-
HSV(B)127.46º91.24%76.08%-
XYZ19.8938.858.37-
YUV123.4180.3652.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.8%
GREEN value IS 194 (76.17% from 255) = 77.6%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=6.8%
G=77.6%
B=15.6%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17194390.9100.800.24127.4683.8941.37
Hex11C2275B050187f5429
Octal213024713301203017712451
Binary10001110000101001111011011010100001100011111111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,194,39); }

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

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

 a { background-color: rgb(17,194,39); }

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

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

 span { border-color: rgb(17,194,39); }

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