#094A10

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

Shades of Myrtle #094A10

Tints of Myrtle #094A10

Color information

#094A10 (or 0x094A10) is unknown color: approx Myrtle. HEX triplet: 09, 4A and 10. RGB value is (9,74,16). Sum of RGB (Red+Green+Blue) = 9+74+16=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 74 (29.30% from 255 or 74.75% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 74 - color contains mainly: green. Hex color #094A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A10 is #F6B5EF. Grayscale: #303030. Windows color (decimal): -16168432 or 1067529. OLE color: 1067529.

HSL color Cylindrical-coordinate representation of color #094A10: hue angle of 126.46º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A10 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB97416-
CMYK0.8800.780.71
HSL126.46º78.31%16.27%-
HSV(B)126.46º87.84%29.02%-
XYZ2.654.991.31-
YUV47.95109.97100.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 74 (29.30% from 255) = 74.75%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=9.09%
G=74.75%
B=16.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974160.8800.780.71126.4678.3116.27
Hex94A105804E477e4e10
Octal1111220130011610717611620
Binary100110010101000010110000100111010001111111110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,74,16); }

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

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

 a { background-color: rgb(9,74,16); }

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

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

 span { border-color: rgb(9,74,16); }

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