Html Css Color HEX #09BA8E Mountain Meadow

📋 copy color: '#09BA8E'

red 9 ◦ green 186 ◦ blue 142

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

Shades of Mountain Meadow #09BA8E

Tints of Mountain Meadow #09BA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 2.67%
G = 55.19%
B = 42.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#09BA8E (or 0x09BA8E) is known color: Mountain Meadow. HEX triplet: 09, BA and 8E. RGB value is (9,186,142). Sum of RGB (Red+Green+Blue) = 9+186+142=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA8E is #F64571. Grayscale: #808080. Windows color (decimal): -16139634 or 9353737. OLE color: 9353737.

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

Color convert

RGB 9 186 142 -
CMYK 0.95 0 0.24 0.27
HSL 165.08º 0.91% 0.38% -
HSV(B) 165.08º 0.95% 0.73% -
XYZ 22.55 37.13 31.57 -
YUV 128.06 135.86 43.08 -
System Red Green Blue C M Y K H S L
Decimal 9 186 142 0.95 0 0.24 0.27 165.08 0.91 0.38
Hex 9 BA 8E 5F 0 18 1B A5 5B 26
Octal 11 272 216 137 0 30 33 245 133 46
Binary 1001 10111010 10001110 1011111 0 11000 11011 10100101 1011011 100110

Color Harmonies of #09BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BA8E

Black with #09BA8E

Text Example


Text Example

White with #09BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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