#0F5F01

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

Shades of Green #0F5F01

Tints of Green #0F5F01

Color information

#0F5F01 (or 0x0F5F01) is unknown color: approx Green. HEX triplet: 0F, 5F and 01. RGB value is (15,95,1). Sum of RGB (Red+Green+Blue) = 15+95+1=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 95 (37.5% from 255 or 85.59% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 95 - color contains mainly: green. Hex color #0F5F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5F01 is #F0A0FE. Grayscale: #3C3C3C. Windows color (decimal): -15769855 or 89871. OLE color: 89871.

HSL color Cylindrical-coordinate representation of color #0F5F01: hue angle of 111.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F5F01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB15951-
CMYK0.8400.990.63
HSL111.06º97.92%18.82%-
HSV(B)111.06º98.95%37.25%-
XYZ4.298.291.4-
YUV60.3694.595.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 95 (37.5% from 255) = 85.59%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=13.51%
G=85.59%
B=0.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal159510.8400.990.63111.0697.9218.82
HexF5F1540633F6f6213
Octal17137112401437715714223
Binary1111101111111010100011000111111111101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,95,1); }

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

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

 a { background-color: rgb(15,95,1); }

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

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

 span { border-color: rgb(15,95,1); }

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