#0F9121

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

Shades of Forest Green #0F9121

Tints of Forest Green #0F9121

Color information

#0F9121 (or 0x0F9121) is unknown color: approx Forest Green. HEX triplet: 0F, 91 and 21. RGB value is (15,145,33). Sum of RGB (Red+Green+Blue) = 15+145+33=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 145 (57.03% from 255 or 75.13% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9121 is #F06EDE. Grayscale: #5D5D5D. Windows color (decimal): -15757023 or 2199823. OLE color: 2199823.

HSL color Cylindrical-coordinate representation of color #0F9121: hue angle of 128.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9121 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1514533-
CMYK0.9000.770.43
HSL128.31º81.25%31.37%-
HSV(B)128.31º89.66%56.86%-
XYZ10.620.464.83-
YUV93.3693.9372.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 145 (57.03% from 255) = 75.13%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=7.77%
G=75.13%
B=17.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15145330.9000.770.43128.3181.2531.37
HexF91215A04D2B80511f
Octal172214113201155320012137
Binary11111001000110000110110100100110110101110000000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,145,33); }

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

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

 a { background-color: rgb(15,145,33); }

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

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

 span { border-color: rgb(15,145,33); }

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