#09B88A

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

Shades of Mountain Meadow #09B88A

Tints of Mountain Meadow #09B88A

Color information

#09B88A (or 0x09B88A) is unknown color: approx Mountain Meadow. HEX triplet: 09, B8 and 8A. RGB value is (9,184,138). Sum of RGB (Red+Green+Blue) = 9+184+138=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #09B88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B88A is #F64775. Grayscale: #7E7E7E. Windows color (decimal): -16140150 or 9091081. OLE color: 9091081.

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

Color convert

RGB9184138-
CMYK0.9500.250.28
HSL164.23º90.67%37.84%-
HSV(B)164.23º95.11%72.16%-
XYZ21.8436.1729.88-
YUV126.43134.5244.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 184 (72.27% from 255) = 55.59%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=2.72%
G=55.59%
B=41.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal91841380.9500.250.28164.2390.6737.84
Hex9B88A5F0191Ca45b26
Octal112702121370313424413346
Binary10011011100010001010101111101100111100101001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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