#10A543

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

Shades of Pigment Green #10A543

Tints of Pigment Green #10A543

Color information

#10A543 (or 0x10A543) is unknown color: approx Pigment Green. HEX triplet: 10, A5 and 43. RGB value is (16,165,67). Sum of RGB (Red+Green+Blue) = 16+165+67=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #10A543 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A543 is #EF5ABC. Grayscale: #6D6D6D. Windows color (decimal): -15686333 or 4433168. OLE color: 4433168.

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

Color convert

RGB1616567-
CMYK0.9000.590.35
HSL140.54º82.32%35.49%-
HSV(B)140.54º90.3%64.71%-
XYZ14.6827.439.83-
YUV109.28104.1461.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.45%
GREEN value IS 165 (64.84% from 255) = 66.53%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=6.45%
G=66.53%
B=27.02%

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
Decimal16165670.9000.590.35140.5482.3235.49
Hex10A5435A03B238d5223
Octal202451031320734321512243
Binary1000010100101100001110110100111011100011100011011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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