#11A248

Color #11A248 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #11A248

Tints of Pigment Green #11A248

Color information

#11A248 (or 0x11A248) is unknown color: approx 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

RGB1716272-
CMYK0.9000.560.36
HSL142.76º81.01%35.1%-
HSV(B)142.76º89.51%63.53%-
XYZ14.3226.4310.48-
YUV108.38107.4662.82-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17162720.9000.560.36142.7681.0135.1
Hex11A2485A038248f5123
Octal212421101320704421712143
Binary1000110100010100100010110100111000100100100011111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>