#09B47E

Color #09B47E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #09B47E

Tints of Mountain Meadow #09B47E

Color information

#09B47E (or 0x09B47E) is unknown color: approx Mountain Meadow. HEX triplet: 09, B4 and 7E. RGB value is (9,180,126). Sum of RGB (Red+Green+Blue) = 9+180+126=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #09B47E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B47E is #F64B81. Grayscale: #7A7A7A. Windows color (decimal): -16141186 or 8303625. OLE color: 8303625.

HSL color Cylindrical-coordinate representation of color #09B47E: hue angle of 161.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B47E is Cyan = 0.95, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB9180126-
CMYK0.9500.30.29
HSL161.05º90.48%37.06%-
HSV(B)161.05º95%70.59%-
XYZ20.234.2125.28-
YUV122.72129.8546.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 180 (70.70% from 255) = 57.14%
BLUE value IS 126 (49.61% from 255) = 40%
R=2.86%
G=57.14%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91801260.9500.30.29161.0590.4837.06
Hex9B47E5F01E1Da15a25
Octal112641761370363524113245
Binary1001101101001111110101111101111011101101000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09B47E; }

 p { color: rgb(9,180,126); }

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

<style>
 a { background-color: #09B47E; }

 a { background-color: rgb(9,180,126); }

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

<style>
 span { border-color: #09B47E; }

 span { border-color: rgb(9,180,126); }

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