Html Css Color HEX #09BA8C Mountain Meadow

📋 copy color: '#09BA8C'

red 9 ◦ green 186 ◦ blue 140

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

Shades of Mountain Meadow #09BA8C

Tints of Mountain Meadow #09BA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 2.69%
G = 55.52%
B = 41.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#09BA8C (or 0x09BA8C) is known color: Mountain Meadow. HEX triplet: 09, BA and 8C. RGB value is (9,186,140). Sum of RGB (Red+Green+Blue) = 9+186+140=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA8C is #F64573. Grayscale: #7F7F7F. Windows color (decimal): -16139636 or 9222665. OLE color: 9222665.

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

Color convert

RGB 9 186 140 -
CMYK 0.95 0 0.25 0.27
HSL 164.41º 0.91% 0.38% -
HSV(B) 164.41º 0.95% 0.73% -
XYZ 22.41 37.07 30.79 -
YUV 127.83 134.86 43.24 -
System Red Green Blue C M Y K H S L
Decimal 9 186 140 0.95 0 0.25 0.27 164.41 0.91 0.38
Hex 9 BA 8C 5F 0 19 1B A4 5B 26
Octal 11 272 214 137 0 31 33 244 133 46
Binary 1001 10111010 10001100 1011111 0 11001 11011 10100100 1011011 100110

Color Harmonies of #09BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BA8C

Black with #09BA8C

Text Example


Text Example

White with #09BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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