#10AA5B

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

Shades of Pigment Green #10AA5B

Tints of Pigment Green #10AA5B

Color information

#10AA5B (or 0x10AA5B) is unknown color: approx Pigment Green. HEX triplet: 10, AA and 5B. RGB value is (16,170,91). Sum of RGB (Red+Green+Blue) = 16+170+91=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA5B is #EF55A4. Grayscale: #737373. Windows color (decimal): -15685029 or 6007312. OLE color: 6007312.

HSL color Cylindrical-coordinate representation of color #10AA5B: hue angle of 149.22º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA5B is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1617091-
CMYK0.9100.460.33
HSL149.22º82.8%36.47%-
HSV(B)149.22º90.59%66.67%-
XYZ16.4829.6114.75-
YUV114.95114.4857.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.78%
GREEN value IS 170 (66.80% from 255) = 61.37%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=5.78%
G=61.37%
B=32.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16170910.9100.460.33149.2282.836.47
Hex10AA5B5B02E21955324
Octal202521331330564122512344
Binary1000010101010101101110110110101110100001100101011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AA5B; }

 p { color: rgb(16,170,91); }

 H1.HeaderClassName
 {
   color: #10AA5B;
 }
 .AnyTagClassName
 {
   color: #10AA5B;
 }
</style>
background-color css

<style>
 a { background-color: #10AA5B; }

 a { background-color: rgb(16,170,91); }

 div.DivClassName
 {
   background-color: #10AA5B;
 }
 .BgClassName
 {
   background-color: #10AA5B;
 }
</style>
border-color css

<style>
 span { border-color: #10AA5B; }

 span { border-color: rgb(16,170,91); }

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