#0A982F

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

Shades of Forest Green #0A982F

Tints of Forest Green #0A982F

Color information

#0A982F (or 0x0A982F) is unknown color: approx Forest Green. HEX triplet: 0A, 98 and 2F. RGB value is (10,152,47). Sum of RGB (Red+Green+Blue) = 10+152+47=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 152 (59.77% from 255 or 72.73% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 152 - color contains mainly: green. Hex color #0A982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A982F is #F567D0. Grayscale: #616161. Windows color (decimal): -16082897 or 3119114. OLE color: 3119114.

HSL color Cylindrical-coordinate representation of color #0A982F: hue angle of 135.63º 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 #0A982F is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1015247-
CMYK0.9300.690.40
HSL135.63º87.65%31.76%-
HSV(B)135.63º93.42%59.61%-
XYZ11.8722.736.45-
YUV97.5799.4665.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 152 (59.77% from 255) = 72.73%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=4.78%
G=72.73%
B=22.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10152470.9300.690.40135.6387.6531.76
HexA982F5D04528885820
Octal122305713501055021013040
Binary101010011000101111101110101000101101000100010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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