#0A982E

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

Shades of Forest Green #0A982E

Tints of Forest Green #0A982E

Color information

#0A982E (or 0x0A982E) is unknown color: approx Forest Green. HEX triplet: 0A, 98 and 2E. RGB value is (10,152,46). Sum of RGB (Red+Green+Blue) = 10+152+46=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 152 (59.77% from 255 or 73.08% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 152 - color contains mainly: green. Hex color #0A982E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A982E is #F567D1. Grayscale: #616161. Windows color (decimal): -16082898 or 3053578. OLE color: 3053578.

HSL color Cylindrical-coordinate representation of color #0A982E: hue angle of 135.21º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A982E is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1015246-
CMYK0.9300.700.40
HSL135.21º87.65%31.76%-
HSV(B)135.21º93.42%59.61%-
XYZ11.8522.726.35-
YUV97.4698.9665.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 152 (59.77% from 255) = 73.08%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=4.81%
G=73.08%
B=22.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10152460.9300.700.40135.2187.6531.76
HexA982E5D04628875820
Octal122305613501065020713040
Binary101010011000101110101110101000110101000100001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A982E; }

 p { color: rgb(10,152,46); }

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

<style>
 a { background-color: #0A982E; }

 a { background-color: rgb(10,152,46); }

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

<style>
 span { border-color: #0A982E; }

 span { border-color: rgb(10,152,46); }

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