#10A54C

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

Shades of Pigment Green #10A54C

Tints of Pigment Green #10A54C

Color information

#10A54C (or 0x10A54C) is unknown color: approx Pigment Green. HEX triplet: 10, A5 and 4C. RGB value is (16,165,76). Sum of RGB (Red+Green+Blue) = 16+165+76=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #10A54C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A54C is #EF5AB3. Grayscale: #6E6E6E. Windows color (decimal): -15686324 or 5022992. OLE color: 5022992.

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

Color convert

RGB1616576-
CMYK0.9000.540.35
HSL144.16º82.32%35.49%-
HSV(B)144.16º90.3%64.71%-
XYZ14.9727.5411.36-
YUV110.3108.6460.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 165 (64.84% from 255) = 64.20%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=6.23%
G=64.20%
B=29.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16165760.9000.540.35144.1682.3235.49
Hex10A54C5A03623905223
Octal202451141320664322012243
Binary1000010100101100110010110100110110100011100100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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