Html Css Color HEX #08AD80 Mountain Meadow

📋 copy color: '#08AD80'

red 8 ◦ green 173 ◦ blue 128

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

Shades of Mountain Meadow #08AD80

Tints of Mountain Meadow #08AD80

RGB

 RED value IS 8 (3.52% from 255) = 2.59%

 GREEN value IS 173 (67.97% from 255) = 55.99%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 2.59%
G = 55.99%
B = 41.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#08AD80 (or 0x08AD80) is known color: Mountain Meadow. HEX triplet: 08, AD and 80. RGB value is (8,173,128). Sum of RGB (Red+Green+Blue) = 8+173+128=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AD80 is #F7527F. Grayscale: #767676. Windows color (decimal): -16208512 or 8432904. OLE color: 8432904.

HSL color Cylindrical-coordinate representation of color #08AD80: hue angle of 163.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD80 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 173 128 -
CMYK 0.95 0 0.26 0.32
HSL 163.64º 0.91% 0.35% -
HSV(B) 163.64º 0.95% 0.68% -
XYZ 18.94 31.5 25.5 -
YUV 118.54 133.34 49.16 -
System Red Green Blue C M Y K H S L
Decimal 8 173 128 0.95 0 0.26 0.32 163.64 0.91 0.35
Hex 8 AD 80 5F 0 1A 20 A4 5B 23
Octal 10 255 200 137 0 32 40 244 133 43
Binary 1000 10101101 10000000 1011111 0 11010 100000 10100100 1011011 100011

Color Harmonies of #08AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AD80

Black with #08AD80

Text Example


Text Example

White with #08AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AD80; }

 p { color: rgb(8,173,128); }

 H1.HeaderClassName
 {
   color: #08AD80;
 }
 .AnyTagClassName
 {
   color: #08AD80;
 }
</style>

background-color css

<style>
 a { background-color: #08AD80; }

 a { background-color: rgb(8,173,128); }

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

border-color css

<style>
 span { border-color: #08AD80; }

 span { border-color: rgb(8,173,128); }

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