#094E12

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

Shades of Myrtle #094E12

Tints of Myrtle #094E12

Color information

#094E12 (or 0x094E12) is unknown color: approx Myrtle. HEX triplet: 09, 4E and 12. RGB value is (9,78,18). Sum of RGB (Red+Green+Blue) = 9+78+18=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 78 (30.86% from 255 or 74.29% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 78 - color contains mainly: green. Hex color #094E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094E12 is #F6B1ED. Grayscale: #323232. Windows color (decimal): -16167406 or 1199625. OLE color: 1199625.

HSL color Cylindrical-coordinate representation of color #094E12: hue angle of 127.83º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E12 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB97818-
CMYK0.8800.770.69
HSL127.83º79.31%17.06%-
HSV(B)127.83º88.46%30.59%-
XYZ2.955.551.49-
YUV50.53109.6498.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 78 (30.86% from 255) = 74.29%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=8.57%
G=74.29%
B=17.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal978180.8800.770.69127.8379.3117.06
Hex94E125804D45804f11
Octal1111622130011510520011721
Binary1001100111010010101100001001101100010110000000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094E12; }

 p { color: rgb(9,78,18); }

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

<style>
 a { background-color: #094E12; }

 a { background-color: rgb(9,78,18); }

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

<style>
 span { border-color: #094E12; }

 span { border-color: rgb(9,78,18); }

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