Html Css Color HEX #11A248 Pigment Green

📋 copy color: '#11A248'

red 17 ◦ green 162 ◦ blue 72

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

Shades of Pigment Green #11A248

Tints of Pigment Green #11A248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.69%

R = 6.77%
G = 64.54%
B = 28.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#11A248 (or 0x11A248) is known color: Pigment Green. HEX triplet: 11, A2 and 48. RGB value is (17,162,72). Sum of RGB (Red+Green+Blue) = 17+162+72=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #11A248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A248 is #EE5DB7. Grayscale: #6C6C6C. Windows color (decimal): -15621560 or 4760081. OLE color: 4760081.

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

Color convert

RGB 17 162 72 -
CMYK 0.90 0 0.56 0.36
HSL 142.76º 0.81% 0.35% -
HSV(B) 142.76º 0.9% 0.64% -
XYZ 14.32 26.43 10.48 -
YUV 108.39 107.46 62.82 -
System Red Green Blue C M Y K H S L
Decimal 17 162 72 0.90 0 0.56 0.36 142.76 0.81 0.35
Hex 11 A2 48 5A 0 38 24 8F 51 23
Octal 21 242 110 132 0 70 44 217 121 43
Binary 10001 10100010 1001000 1011010 0 111000 100100 10001111 1010001 100011

Color Harmonies of #11A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A248

Black with #11A248

Text Example


Text Example

White with #11A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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