#0F9A20

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

Shades of Forest Green #0F9A20

Tints of Forest Green #0F9A20

Color information

#0F9A20 (or 0x0F9A20) is unknown color: approx Forest Green. HEX triplet: 0F, 9A and 20. RGB value is (15,154,32). Sum of RGB (Red+Green+Blue) = 15+154+32=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 154 (60.55% from 255 or 76.62% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9A20 is #F065DF. Grayscale: #626262. Windows color (decimal): -15754720 or 2136591. OLE color: 2136591.

HSL color Cylindrical-coordinate representation of color #0F9A20: hue angle of 127.34º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9A20 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1515432-
CMYK0.9000.790.40
HSL127.34º82.25%33.14%-
HSV(B)127.34º90.26%60.39%-
XYZ12.0123.325.23-
YUV98.5390.4568.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.46%
GREEN value IS 154 (60.55% from 255) = 76.62%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=7.46%
G=76.62%
B=15.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15154320.9000.790.40127.3482.2533.14
HexF9A205A04F287f5221
Octal172324013201175017712241
Binary11111001101010000010110100100111110100011111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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