#10A544

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

Shades of Pigment Green #10A544

Tints of Pigment Green #10A544

Color information

#10A544 (or 0x10A544) is unknown color: approx Pigment Green. HEX triplet: 10, A5 and 44. RGB value is (16,165,68). Sum of RGB (Red+Green+Blue) = 16+165+68=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #10A544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A544 is #EF5ABB. Grayscale: #6D6D6D. Windows color (decimal): -15686332 or 4498704. OLE color: 4498704.

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

Color convert

RGB1616568-
CMYK0.9000.590.35
HSL140.94º82.32%35.49%-
HSV(B)140.94º90.3%64.71%-
XYZ14.7127.449.99-
YUV109.39104.6461.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.43%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=6.43%
G=66.27%
B=27.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16165680.9000.590.35140.9482.3235.49
Hex10A5445A03B238d5223
Octal202451041320734321512243
Binary1000010100101100010010110100111011100011100011011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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