Html Css Color HEX #09B082 Mountain Meadow

📋 copy color: '#09B082'

red 9 ◦ green 176 ◦ blue 130

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

Shades of Mountain Meadow #09B082

Tints of Mountain Meadow #09B082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.87%

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 2.86%
G = 55.87%
B = 41.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#09B082 (or 0x09B082) is known color: Mountain Meadow. HEX triplet: 09, B0 and 82. RGB value is (9,176,130). Sum of RGB (Red+Green+Blue) = 9+176+130=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #09B082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B082 is #F64F7D. Grayscale: #787878. Windows color (decimal): -16142206 or 8564745. OLE color: 8564745.

HSL color Cylindrical-coordinate representation of color #09B082: hue angle of 163.47º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B082 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 176 130 -
CMYK 0.95 0 0.26 0.31
HSL 163.47º 0.9% 0.36% -
HSV(B) 163.47º 0.95% 0.69% -
XYZ 19.67 32.72 26.4 -
YUV 120.82 133.17 48.24 -
System Red Green Blue C M Y K H S L
Decimal 9 176 130 0.95 0 0.26 0.31 163.47 0.9 0.36
Hex 9 B0 82 5F 0 1A 1F A3 5A 24
Octal 11 260 202 137 0 32 37 243 132 44
Binary 1001 10110000 10000010 1011111 0 11010 11111 10100011 1011010 100100

Color Harmonies of #09B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B082

Black with #09B082

Text Example


Text Example

White with #09B082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,176,130); }

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

background-color css

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

 a { background-color: rgb(9,176,130); }

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

border-color css

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

 span { border-color: rgb(9,176,130); }

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