#10A550

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

Shades of Pigment Green #10A550

Tints of Pigment Green #10A550

Color information

#10A550 (or 0x10A550) is unknown color: approx Pigment Green. HEX triplet: 10, A5 and 50. RGB value is (16,165,80). Sum of RGB (Red+Green+Blue) = 16+165+80=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #10A550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A550 is #EF5AAF. Grayscale: #6E6E6E. Windows color (decimal): -15686320 or 5285136. OLE color: 5285136.

HSL color Cylindrical-coordinate representation of color #10A550: hue angle of 145.77º 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 #10A550 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1616580-
CMYK0.9000.520.35
HSL145.77º82.32%35.49%-
HSV(B)145.77º90.3%64.71%-
XYZ15.1227.612.12-
YUV110.76110.6460.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.13%
GREEN value IS 165 (64.84% from 255) = 63.22%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=6.13%
G=63.22%
B=30.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16165800.9000.520.35145.7782.3235.49
Hex10A5505A03423925223
Octal202451201320644322212243
Binary1000010100101101000010110100110100100011100100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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