#10A551

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

Shades of Pigment Green #10A551

Tints of Pigment Green #10A551

Color information

#10A551 (or 0x10A551) is unknown color: approx Pigment Green. HEX triplet: 10, A5 and 51. RGB value is (16,165,81). Sum of RGB (Red+Green+Blue) = 16+165+81=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #10A551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A551 is #EF5AAE. Grayscale: #6F6F6F. Windows color (decimal): -15686319 or 5350672. OLE color: 5350672.

HSL color Cylindrical-coordinate representation of color #10A551: hue angle of 146.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A551 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1616581-
CMYK0.9000.510.35
HSL146.17º82.32%35.49%-
HSV(B)146.17º90.3%64.71%-
XYZ15.1527.6112.32-
YUV110.87111.1460.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.11%
GREEN value IS 165 (64.84% from 255) = 62.98%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=6.11%
G=62.98%
B=30.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16165810.9000.510.35146.1782.3235.49
Hex10A5515A03323925223
Octal202451211320634322212243
Binary1000010100101101000110110100110011100011100100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,165,81); }

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

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

 a { background-color: rgb(16,165,81); }

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

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

 span { border-color: rgb(16,165,81); }

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