#10A01A

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

Shades of Forest Green #10A01A

Tints of Forest Green #10A01A

Color information

#10A01A (or 0x10A01A) is unknown color: approx Forest Green. HEX triplet: 10, A0 and 1A. RGB value is (16,160,26). Sum of RGB (Red+Green+Blue) = 16+160+26=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 160 (62.89% from 255 or 79.21% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 160 - color contains mainly: green. Hex color #10A01A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A01A is #EF5FE5. Grayscale: #666666. Windows color (decimal): -15687654 or 1744912. OLE color: 1744912.

HSL color Cylindrical-coordinate representation of color #10A01A: hue angle of 124.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A01A is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1616026-
CMYK0.900.840.37
HSL124.17º81.82%34.51%-
HSV(B)124.17º90%62.75%-
XYZ12.9725.335.18-
YUV101.6785.2966.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 160 (62.89% from 255) = 79.21%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=7.92%
G=79.21%
B=12.87%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16160260.900.840.37124.1781.8234.51
Hex10A01A5A054257c5223
Octal202403213201244517412243
Binary10000101000001101010110100101010010010111111001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,160,26); }

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

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

 a { background-color: rgb(16,160,26); }

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

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

 span { border-color: rgb(16,160,26); }

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