#0F5A01

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

Shades of Myrtle #0F5A01

Tints of Myrtle #0F5A01

Color information

#0F5A01 (or 0x0F5A01) is unknown color: approx Myrtle. HEX triplet: 0F, 5A and 01. RGB value is (15,90,1). Sum of RGB (Red+Green+Blue) = 15+90+1=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 90 (35.55% from 255 or 84.91% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5A01 is #F0A5FE. Grayscale: #393939. Windows color (decimal): -15771135 or 88591. OLE color: 88591.

HSL color Cylindrical-coordinate representation of color #0F5A01: hue angle of 110.56º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F5A01 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB15901-
CMYK0.8300.990.65
HSL110.56º97.8%17.84%-
HSV(B)110.56º98.89%35.29%-
XYZ3.867.421.26-
YUV57.4396.1597.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 90 (35.55% from 255) = 84.91%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=14.15%
G=84.91%
B=0.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal159010.8300.990.65110.5697.817.84
HexF5A153063416f6212
Octal171321123014310115714222
Binary11111011010110100110110001110000011101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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