Html Css Color HEX #11DA2C Dark Pastel Green

📋 copy color: '#11DA2C'

red 17 ◦ green 218 ◦ blue 44

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

Shades of Dark Pastel Green #11DA2C

Tints of Dark Pastel Green #11DA2C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.14%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 6.09%
G = 78.14%
B = 15.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#11DA2C (or 0x11DA2C) is known color: Dark Pastel Green. HEX triplet: 11, DA and 2C. RGB value is (17,218,44). Sum of RGB (Red+Green+Blue) = 17+218+44=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #11DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DA2C is #EE25D3. Grayscale: #8A8A8A. Windows color (decimal): -15607252 or 2939409. OLE color: 2939409.

HSL color Cylindrical-coordinate representation of color #11DA2C: hue angle of 128.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DA2C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 218 44 -
CMYK 0.92 0 0.80 0.15
HSL 128.06º 0.86% 0.46% -
HSV(B) 128.06º 0.92% 0.85% -
XYZ 25.76 50.44 10.76 -
YUV 138.07 74.91 41.65 -
System Red Green Blue C M Y K H S L
Decimal 17 218 44 0.92 0 0.80 0.15 128.06 0.86 0.46
Hex 11 DA 2C 5C 0 50 F 80 56 2E
Octal 21 332 54 134 0 120 17 200 126 56
Binary 10001 11011010 101100 1011100 0 1010000 1111 10000000 1010110 101110

Color Harmonies of #11DA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DA2C

Black with #11DA2C

Text Example


Text Example

White with #11DA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,218,44); }

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

background-color css

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

 a { background-color: rgb(17,218,44); }

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

border-color css

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

 span { border-color: rgb(17,218,44); }

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