#10A448

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

Shades of Pigment Green #10A448

Tints of Pigment Green #10A448

Color information

#10A448 (or 0x10A448) is unknown color: approx Pigment Green. HEX triplet: 10, A4 and 48. RGB value is (16,164,72). Sum of RGB (Red+Green+Blue) = 16+164+72=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 164 (64.45% from 255 or 65.08% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 164 - color contains mainly: green. Hex color #10A448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A448 is #EF5BB7. Grayscale: #6D6D6D. Windows color (decimal): -15686584 or 4760592. OLE color: 4760592.

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

Color convert

RGB1616472-
CMYK0.9000.560.36
HSL142.7º82.22%35.29%-
HSV(B)142.7º90.24%64.31%-
XYZ14.6627.1310.59-
YUV109.26106.9761.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 164 (64.45% from 255) = 65.08%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=6.35%
G=65.08%
B=28.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16164720.9000.560.36142.782.2235.29
Hex10A4485A038248f5223
Octal202441101320704421712243
Binary1000010100100100100010110100111000100100100011111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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