Html Css Color HEX #0F5D10 Myrtle

📋 copy color: '#0F5D10'

red 15 ◦ green 93 ◦ blue 16

#0F5D10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0F5D10

Tints of Myrtle #0F5D10

RGB

 RED value IS 15 (6.25% from 255) = 12.1%

 GREEN value IS 93 (36.72% from 255) = 75%

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 12.1%
G = 75%
B = 12.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#0F5D10 (or 0x0F5D10) is known color: Myrtle. HEX triplet: 0F, 5D and 10. RGB value is (15,93,16). Sum of RGB (Red+Green+Blue) = 15+93+16=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5D10 is #F0A2EF. Grayscale: #3D3D3D. Windows color (decimal): -15770352 or 1072399. OLE color: 1072399.

HSL color Cylindrical-coordinate representation of color #0F5D10: hue angle of 120.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5D10 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 93 16 -
CMYK 0.84 0 0.83 0.64
HSL 120.77º 0.72% 0.21% -
HSV(B) 120.77º 0.84% 0.36% -
XYZ 4.2 7.97 1.81 -
YUV 60.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 15 93 16 0.84 0 0.83 0.64 120.77 0.72 0.21
Hex F 5D 10 54 0 53 40 79 48 15
Octal 17 135 20 124 0 123 100 171 110 25
Binary 1111 1011101 10000 1010100 0 1010011 1000000 1111001 1001000 10101

Color Harmonies of #0F5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5D10

Black with #0F5D10

Text Example


Text Example

White with #0F5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,93,16); }

 H1.HeaderClassName
 {
   color: #0F5D10;
 }
 .AnyTagClassName
 {
   color: #0F5D10;
 }
</style>

background-color css

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

 a { background-color: rgb(15,93,16); }

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

border-color css

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

 span { border-color: rgb(15,93,16); }

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