#10973B

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

Shades of Pigment Green #10973B

Tints of Pigment Green #10973B

Color information

#10973B (or 0x10973B) is unknown color: approx Pigment Green. HEX triplet: 10, 97 and 3B. RGB value is (16,151,59). Sum of RGB (Red+Green+Blue) = 16+151+59=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #10973B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10973B is #EF68C4. Grayscale: #646464. Windows color (decimal): -15689925 or 3905296. OLE color: 3905296.

HSL color Cylindrical-coordinate representation of color #10973B: hue angle of 139.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10973B is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1615159-
CMYK0.8900.610.41
HSL139.11º80.84%32.75%-
HSV(B)139.11º89.4%59.22%-
XYZ12.0722.567.86-
YUV100.15104.7767.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 151 (59.38% from 255) = 66.81%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=7.08%
G=66.81%
B=26.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16151590.8900.610.41139.1180.8432.75
Hex10973B5903D298b5121
Octal20227731310755121312141
Binary100001001011111101110110010111101101001100010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10973B; }

 p { color: rgb(16,151,59); }

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

<style>
 a { background-color: #10973B; }

 a { background-color: rgb(16,151,59); }

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

<style>
 span { border-color: #10973B; }

 span { border-color: rgb(16,151,59); }

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