Html Css Color HEX #11C220 Dark Pastel Green

📋 copy color: '#11C220'

red 17 ◦ green 194 ◦ blue 32

#11C220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #11C220

Tints of Dark Pastel Green #11C220

RGB

 RED value IS 17 (7.03% from 255) = 7%

 GREEN value IS 194 (76.17% from 255) = 79.84%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 7%
G = 79.84%
B = 13.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#11C220 (or 0x11C220) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 20. RGB value is (17,194,32). Sum of RGB (Red+Green+Blue) = 17+194+32=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #11C220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C220 is #EE3DDF. Grayscale: #7B7B7B. Windows color (decimal): -15613408 or 2146833. OLE color: 2146833.

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

Color convert

RGB 17 194 32 -
CMYK 0.91 0 0.84 0.24
HSL 125.08º 0.84% 0.41% -
HSV(B) 125.08º 0.91% 0.76% -
XYZ 19.78 38.81 7.81 -
YUV 122.61 76.86 52.67 -
System Red Green Blue C M Y K H S L
Decimal 17 194 32 0.91 0 0.84 0.24 125.08 0.84 0.41
Hex 11 C2 20 5B 0 54 18 7D 54 29
Octal 21 302 40 133 0 124 30 175 124 51
Binary 10001 11000010 100000 1011011 0 1010100 11000 1111101 1010100 101001

Color Harmonies of #11C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C220

Black with #11C220

Text Example


Text Example

White with #11C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11C220;
 }
 .AnyTagClassName
 {
   color: #11C220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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