#10A95A

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

Shades of Pigment Green #10A95A

Tints of Pigment Green #10A95A

Color information

#10A95A (or 0x10A95A) is unknown color: approx Pigment Green. HEX triplet: 10, A9 and 5A. RGB value is (16,169,90). Sum of RGB (Red+Green+Blue) = 16+169+90=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 169 (66.41% from 255 or 61.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 169 - color contains mainly: green. Hex color #10A95A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A95A is #EF56A5. Grayscale: #727272. Windows color (decimal): -15685286 or 5941520. OLE color: 5941520.

HSL color Cylindrical-coordinate representation of color #10A95A: hue angle of 149.02º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A95A is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1616990-
CMYK0.9100.470.34
HSL149.02º82.7%36.27%-
HSV(B)149.02º90.53%66.27%-
XYZ16.2529.2214.46-
YUV114.25114.3157.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 169 (66.41% from 255) = 61.45%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=5.82%
G=61.45%
B=32.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16169900.9100.470.34149.0282.736.27
Hex10A95A5B02F22955324
Octal202511321330574222512344
Binary1000010101001101101010110110101111100010100101011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,169,90); }

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

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

 a { background-color: rgb(16,169,90); }

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

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

 span { border-color: rgb(16,169,90); }

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