#10A453

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

Shades of Pigment Green #10A453

Tints of Pigment Green #10A453

Color information

#10A453 (or 0x10A453) is unknown color: approx Pigment Green. HEX triplet: 10, A4 and 53. RGB value is (16,164,83). Sum of RGB (Red+Green+Blue) = 16+164+83=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 164 (64.45% from 255 or 62.36% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 164 - color contains mainly: green. Hex color #10A453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A453 is #EF5BAC. Grayscale: #6E6E6E. Windows color (decimal): -15686573 or 5481488. OLE color: 5481488.

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

Color convert

RGB1616483-
CMYK0.9000.490.36
HSL147.16º82.22%35.29%-
HSV(B)147.16º90.24%64.31%-
XYZ15.0527.2912.66-
YUV110.51112.4760.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 164 (64.45% from 255) = 62.36%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=6.08%
G=62.36%
B=31.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16164830.9000.490.36147.1682.2235.29
Hex10A4535A03124935223
Octal202441231320614422312243
Binary1000010100100101001110110100110001100100100100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,164,83); }

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

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

 a { background-color: rgb(16,164,83); }

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

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

 span { border-color: rgb(16,164,83); }

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