Html Css Color HEX #11AC2C Dark Pastel Green

📋 copy color: '#11AC2C'

red 17 ◦ green 172 ◦ blue 44

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

Shades of Dark Pastel Green #11AC2C

Tints of Dark Pastel Green #11AC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 73.82%

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

R = 7.3%
G = 73.82%
B = 18.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#11AC2C (or 0x11AC2C) is known color: Dark Pastel Green. HEX triplet: 11, AC and 2C. RGB value is (17,172,44). Sum of RGB (Red+Green+Blue) = 17+172+44=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 172 (67.58% from 255 or 73.82% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AC2C is #EE53D3. Grayscale: #6F6F6F. Windows color (decimal): -15619028 or 2927633. OLE color: 2927633.

HSL color Cylindrical-coordinate representation of color #11AC2C: hue angle of 130.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AC2C is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 172 44 -
CMYK 0.90 0 0.74 0.33
HSL 130.45º 0.82% 0.37% -
HSV(B) 130.45º 0.9% 0.67% -
XYZ 15.44 29.81 7.32 -
YUV 111.06 90.15 60.91 -
System Red Green Blue C M Y K H S L
Decimal 17 172 44 0.90 0 0.74 0.33 130.45 0.82 0.37
Hex 11 AC 2C 5A 0 4A 21 82 52 25
Octal 21 254 54 132 0 112 41 202 122 45
Binary 10001 10101100 101100 1011010 0 1001010 100001 10000010 1010010 100101

Color Harmonies of #11AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC2C

Black with #11AC2C

Text Example


Text Example

White with #11AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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