#0F8211

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

Shades of Green #0F8211

Tints of Green #0F8211

Color information

#0F8211 (or 0x0F8211) is unknown color: approx Green. HEX triplet: 0F, 82 and 11. RGB value is (15,130,17). Sum of RGB (Red+Green+Blue) = 15+130+17=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8211 is #F07DEE. Grayscale: #535353. Windows color (decimal): -15760879 or 1147407. OLE color: 1147407.

HSL color Cylindrical-coordinate representation of color #0F8211: hue angle of 121.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8211 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1513017-
CMYK0.8800.870.49
HSL121.04º79.31%28.43%-
HSV(B)121.04º88.46%50.98%-
XYZ8.2816.113.2-
YUV82.7390.979.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 130 (51.17% from 255) = 80.25%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=9.26%
G=80.25%
B=10.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130170.8800.870.49121.0479.3128.43
HexF82115805731794f1c
Octal172022113001276117111734
Binary111110000010100011011000010101111100011111001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,130,17); }

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

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

 a { background-color: rgb(15,130,17); }

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

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

 span { border-color: rgb(15,130,17); }

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