Html Css Color HEX #09BA8F Mountain Meadow

📋 copy color: '#09BA8F'

red 9 ◦ green 186 ◦ blue 143

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

Shades of Mountain Meadow #09BA8F

Tints of Mountain Meadow #09BA8F

RGB

 RED value IS 9 (3.91% from 255) = 2.66%

 GREEN value IS 186 (73.05% from 255) = 55.03%

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 2.66%
G = 55.03%
B = 42.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#09BA8F (or 0x09BA8F) is known color: Mountain Meadow. HEX triplet: 09, BA and 8F. RGB value is (9,186,143). Sum of RGB (Red+Green+Blue) = 9+186+143=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA8F is #F64570. Grayscale: #808080. Windows color (decimal): -16139633 or 9419273. OLE color: 9419273.

HSL color Cylindrical-coordinate representation of color #09BA8F: hue angle of 165.42º 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 #09BA8F is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 186 143 -
CMYK 0.95 0 0.23 0.27
HSL 165.42º 0.91% 0.38% -
HSV(B) 165.42º 0.95% 0.73% -
XYZ 22.63 37.16 31.97 -
YUV 128.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 9 186 143 0.95 0 0.23 0.27 165.42 0.91 0.38
Hex 9 BA 8F 5F 0 17 1B A5 5B 26
Octal 11 272 217 137 0 27 33 245 133 46
Binary 1001 10111010 10001111 1011111 0 10111 11011 10100101 1011011 100110

Color Harmonies of #09BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BA8F

Black with #09BA8F

Text Example


Text Example

White with #09BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09BA8F;
 }
 .AnyTagClassName
 {
   color: #09BA8F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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