#10A326

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

Shades of Forest Green #10A326

Tints of Forest Green #10A326

Color information

#10A326 (or 0x10A326) is unknown color: approx Forest Green. HEX triplet: 10, A3 and 26. RGB value is (16,163,38). Sum of RGB (Red+Green+Blue) = 16+163+38=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 163 (64.06% from 255 or 75.12% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 163 - color contains mainly: green. Hex color #10A326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A326 is #EF5CD9. Grayscale: #696969. Windows color (decimal): -15686874 or 2532112. OLE color: 2532112.

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

Color convert

RGB1616338-
CMYK0.9000.770.36
HSL128.98º82.12%35.1%-
HSV(B)128.98º90.18%63.92%-
XYZ13.6626.446.22-
YUV104.890.364.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 163 (64.06% from 255) = 75.12%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=7.37%
G=75.12%
B=17.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16163380.9000.770.36128.9882.1235.1
Hex10A3265A04D24815223
Octal202434613201154420112243
Binary1000010100011100110101101001001101100100100000011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,163,38); }

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

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

 a { background-color: rgb(16,163,38); }

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

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

 span { border-color: rgb(16,163,38); }

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