Html Css Color HEX #11AC2D Dark Pastel Green

📋 copy color: '#11AC2D'

red 17 ◦ green 172 ◦ blue 45

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

Shades of Dark Pastel Green #11AC2D

Tints of Dark Pastel Green #11AC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 7.26%
G = 73.5%
B = 19.23%

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

#11AC2D (or 0x11AC2D) is known color: Dark Pastel Green. HEX triplet: 11, AC and 2D. RGB value is (17,172,45). Sum of RGB (Red+Green+Blue) = 17+172+45=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 172 (67.58% from 255 or 73.50% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AC2D is #EE53D2. Grayscale: #6F6F6F. Windows color (decimal): -15619027 or 2993169. OLE color: 2993169.

HSL color Cylindrical-coordinate representation of color #11AC2D: hue angle of 130.84º 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 #11AC2D is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 172 45 -
CMYK 0.90 0 0.74 0.33
HSL 130.84º 0.82% 0.37% -
HSV(B) 130.84º 0.9% 0.67% -
XYZ 15.46 29.81 7.42 -
YUV 111.18 90.65 60.83 -
System Red Green Blue C M Y K H S L
Decimal 17 172 45 0.90 0 0.74 0.33 130.84 0.82 0.37
Hex 11 AC 2D 5A 0 4A 21 83 52 25
Octal 21 254 55 132 0 112 41 203 122 45
Binary 10001 10101100 101101 1011010 0 1001010 100001 10000011 1010010 100101

Color Harmonies of #11AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC2D

Black with #11AC2D

Text Example


Text Example

White with #11AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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