Html Css Color HEX #09B38A Mountain Meadow

📋 copy color: '#09B38A'

red 9 ◦ green 179 ◦ blue 138

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

Shades of Mountain Meadow #09B38A

Tints of Mountain Meadow #09B38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.91%

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 2.76%
G = 54.91%
B = 42.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#09B38A (or 0x09B38A) is known color: Mountain Meadow. HEX triplet: 09, B3 and 8A. RGB value is (9,179,138). Sum of RGB (Red+Green+Blue) = 9+179+138=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #09B38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B38A is #F64C75. Grayscale: #7B7B7B. Windows color (decimal): -16141430 or 9089801. OLE color: 9089801.

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

Color convert

RGB 9 179 138 -
CMYK 0.95 0 0.23 0.30
HSL 165.53º 0.9% 0.37% -
HSV(B) 165.53º 0.95% 0.7% -
XYZ 20.82 34.13 29.54 -
YUV 123.5 136.18 46.33 -
System Red Green Blue C M Y K H S L
Decimal 9 179 138 0.95 0 0.23 0.30 165.53 0.9 0.37
Hex 9 B3 8A 5F 0 17 1E A6 5A 25
Octal 11 263 212 137 0 27 36 246 132 45
Binary 1001 10110011 10001010 1011111 0 10111 11110 10100110 1011010 100101

Color Harmonies of #09B38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B38A

Black with #09B38A

Text Example


Text Example

White with #09B38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,179,138); }

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

background-color css

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

 a { background-color: rgb(9,179,138); }

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

border-color css

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

 span { border-color: rgb(9,179,138); }

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