#0FA122

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

Shades of Forest Green #0FA122

Tints of Forest Green #0FA122

Color information

#0FA122 (or 0x0FA122) is unknown color: approx Forest Green. HEX triplet: 0F, A1 and 22. RGB value is (15,161,34). Sum of RGB (Red+Green+Blue) = 15+161+34=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 161 (63.28% from 255 or 76.67% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA122 is #F05EDD. Grayscale: #676767. Windows color (decimal): -15752926 or 2269455. OLE color: 2269455.

HSL color Cylindrical-coordinate representation of color #0FA122: hue angle of 127.81º 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 #0FA122 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1516134-
CMYK0.9100.790.37
HSL127.81º82.95%34.51%-
HSV(B)127.81º90.68%63.14%-
XYZ13.2325.715.78-
YUV102.8789.1365.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 161 (63.28% from 255) = 76.67%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=7.14%
G=76.67%
B=16.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15161340.9100.790.37127.8182.9534.51
HexFA1225B04F25805323
Octal172414213301174520012343
Binary111110100001100010101101101001111100101100000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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