Html Css Color HEX #11A232 Dark Pastel Green

📋 copy color: '#11A232'

red 17 ◦ green 162 ◦ blue 50

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

Shades of Dark Pastel Green #11A232

Tints of Dark Pastel Green #11A232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 70.74%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 7.42%
G = 70.74%
B = 21.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#11A232 (or 0x11A232) is known color: Dark Pastel Green. HEX triplet: 11, A2 and 32. RGB value is (17,162,50). Sum of RGB (Red+Green+Blue) = 17+162+50=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 162 (63.67% from 255 or 70.74% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 162 - color contains mainly: green. Hex color #11A232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A232 is #EE5DCD. Grayscale: #6A6A6A. Windows color (decimal): -15621582 or 3318289. OLE color: 3318289.

HSL color Cylindrical-coordinate representation of color #11A232: hue angle of 133.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A232 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 162 50 -
CMYK 0.90 0 0.69 0.36
HSL 133.66º 0.81% 0.35% -
HSV(B) 133.66º 0.9% 0.64% -
XYZ 13.73 26.19 7.35 -
YUV 105.88 96.46 64.61 -
System Red Green Blue C M Y K H S L
Decimal 17 162 50 0.90 0 0.69 0.36 133.66 0.81 0.35
Hex 11 A2 32 5A 0 45 24 86 51 23
Octal 21 242 62 132 0 105 44 206 121 43
Binary 10001 10100010 110010 1011010 0 1000101 100100 10000110 1010001 100011

Color Harmonies of #11A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A232

Black with #11A232

Text Example


Text Example

White with #11A232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,162,50); }

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

background-color css

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

 a { background-color: rgb(17,162,50); }

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

border-color css

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

 span { border-color: rgb(17,162,50); }

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