Html Css Color HEX #11C22F Dark Pastel Green

📋 copy color: '#11C22F'

red 17 ◦ green 194 ◦ blue 47

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

Shades of Dark Pastel Green #11C22F

Tints of Dark Pastel Green #11C22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 6.59%
G = 75.19%
B = 18.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#11C22F (or 0x11C22F) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 2F. RGB value is (17,194,47). Sum of RGB (Red+Green+Blue) = 17+194+47=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #11C22F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C22F is #EE3DD0. Grayscale: #7C7C7C. Windows color (decimal): -15613393 or 3129873. OLE color: 3129873.

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

Color convert

RGB 17 194 47 -
CMYK 0.91 0 0.76 0.24
HSL 130.17º 0.84% 0.41% -
HSV(B) 130.17º 0.91% 0.76% -
XYZ 20.04 38.91 9.14 -
YUV 124.32 84.36 51.45 -
System Red Green Blue C M Y K H S L
Decimal 17 194 47 0.91 0 0.76 0.24 130.17 0.84 0.41
Hex 11 C2 2F 5B 0 4C 18 82 54 29
Octal 21 302 57 133 0 114 30 202 124 51
Binary 10001 11000010 101111 1011011 0 1001100 11000 10000010 1010100 101001

Color Harmonies of #11C22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C22F

Black with #11C22F

Text Example


Text Example

White with #11C22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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