#10A65B

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

Shades of Pigment Green #10A65B

Tints of Pigment Green #10A65B

Color information

#10A65B (or 0x10A65B) is unknown color: approx Pigment Green. HEX triplet: 10, A6 and 5B. RGB value is (16,166,91). Sum of RGB (Red+Green+Blue) = 16+166+91=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #10A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A65B is #EF59A4. Grayscale: #707070. Windows color (decimal): -15686053 or 6006288. OLE color: 6006288.

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

Color convert

RGB1616691-
CMYK0.9000.450.35
HSL150º82.42%35.69%-
HSV(B)150º90.36%65.1%-
XYZ15.7428.1414.5-
YUV112.6115.859.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 166 (65.23% from 255) = 60.81%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=5.86%
G=60.81%
B=33.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16166910.9000.450.3515082.4235.69
Hex10A65B5A02D23965224
Octal202461331320554322612244
Binary1000010100110101101110110100101101100011100101101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,91); }

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

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

 a { background-color: rgb(16,166,91); }

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

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

 span { border-color: rgb(16,166,91); }

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