#0FA125

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

Shades of Forest Green #0FA125

Tints of Forest Green #0FA125

Color information

#0FA125 (or 0x0FA125) is unknown color: approx Forest Green. HEX triplet: 0F, A1 and 25. RGB value is (15,161,37). Sum of RGB (Red+Green+Blue) = 15+161+37=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA125 is #F05EDA. Grayscale: #676767. Windows color (decimal): -15752923 or 2466063. OLE color: 2466063.

HSL color Cylindrical-coordinate representation of color #0FA125: hue angle of 129.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA125 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB1516137-
CMYK0.9100.770.37
HSL129.04º82.95%34.51%-
HSV(B)129.04º90.68%63.14%-
XYZ13.2825.726.02-
YUV103.2190.6365.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 161 (63.28% from 255) = 75.59%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=7.04%
G=75.59%
B=17.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15161370.9100.770.37129.0482.9534.51
HexFA1255B04D25815323
Octal172414513301154520112343
Binary111110100001100101101101101001101100101100000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,161,37); }

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

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

 a { background-color: rgb(15,161,37); }

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

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

 span { border-color: rgb(15,161,37); }

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