#10A027

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

Shades of Forest Green #10A027

Tints of Forest Green #10A027

Color information

#10A027 (or 0x10A027) is unknown color: approx Forest Green. HEX triplet: 10, A0 and 27. RGB value is (16,160,39). Sum of RGB (Red+Green+Blue) = 16+160+39=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 160 (62.89% from 255 or 74.42% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 160 - color contains mainly: green. Hex color #10A027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A027 is #EF5FD8. Grayscale: #676767. Windows color (decimal): -15687641 or 2596880. OLE color: 2596880.

HSL color Cylindrical-coordinate representation of color #10A027: hue angle of 129.58º 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 #10A027 is Cyan = 0.9, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1616039-
CMYK0.900.760.37
HSL129.58º81.82%34.51%-
HSV(B)129.58º90%62.75%-
XYZ13.1525.46.13-
YUV103.1591.7965.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 160 (62.89% from 255) = 74.42%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=7.44%
G=74.42%
B=18.14%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16160390.900.760.37129.5881.8234.51
Hex10A0275A04C25825223
Octal202404713201144520212243
Binary1000010100000100111101101001001100100101100000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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