#0FA720

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

Shades of Forest Green #0FA720

Tints of Forest Green #0FA720

Color information

#0FA720 (or 0x0FA720) is unknown color: approx Forest Green. HEX triplet: 0F, A7 and 20. RGB value is (15,167,32). Sum of RGB (Red+Green+Blue) = 15+167+32=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 167 (65.62% from 255 or 78.04% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA720 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA720 is #F058DF. Grayscale: #6A6A6A. Windows color (decimal): -15751392 or 2139919. OLE color: 2139919.

HSL color Cylindrical-coordinate representation of color #0FA720: hue angle of 126.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA720 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1516732-
CMYK0.9100.810.35
HSL126.71º83.52%35.69%-
HSV(B)126.71º91.02%65.49%-
XYZ14.2827.845.99-
YUV106.1686.1462.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 167 (65.62% from 255) = 78.04%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=7.01%
G=78.04%
B=14.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15167320.9100.810.35126.7183.5235.69
HexFA7205B051237f5424
Octal172474013301214317712444
Binary11111010011110000010110110101000110001111111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,167,32); }

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

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

 a { background-color: rgb(15,167,32); }

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

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

 span { border-color: rgb(15,167,32); }

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