#09BA80

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

Shades of Mountain Meadow #09BA80

Tints of Mountain Meadow #09BA80

Color information

#09BA80 (or 0x09BA80) is unknown color: approx Mountain Meadow. HEX triplet: 09, BA and 80. RGB value is (9,186,128). Sum of RGB (Red+Green+Blue) = 9+186+128=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA80 is #F6457F. Grayscale: #7E7E7E. Windows color (decimal): -16139648 or 8436233. OLE color: 8436233.

HSL color Cylindrical-coordinate representation of color #09BA80: hue angle of 160.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BA80 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB9186128-
CMYK0.9500.310.27
HSL160.34º90.77%38.24%-
HSV(B)160.34º95.16%72.94%-
XYZ21.5736.7326.38-
YUV126.46128.8644.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.79%
GREEN value IS 186 (73.05% from 255) = 57.59%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=2.79%
G=57.59%
B=39.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91861280.9500.310.27160.3490.7738.24
Hex9BA805F01F1Ba05b26
Octal112722001370373324013346
Binary10011011101010000000101111101111111011101000001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,186,128); }

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

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

 a { background-color: rgb(9,186,128); }

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

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

 span { border-color: rgb(9,186,128); }

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