Html Css Color HEX #08BA80 Mountain Meadow

📋 copy color: '#08BA80'

red 8 ◦ green 186 ◦ blue 128

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

Shades of Mountain Meadow #08BA80

Tints of Mountain Meadow #08BA80

RGB

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

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

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

R = 2.48%
G = 57.76%
B = 39.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#08BA80 (or 0x08BA80) is known color: Mountain Meadow. HEX triplet: 08, BA and 80. RGB value is (8,186,128). Sum of RGB (Red+Green+Blue) = 8+186+128=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA80 is #F7457F. Grayscale: #7E7E7E. Windows color (decimal): -16205184 or 8436232. OLE color: 8436232.

HSL color Cylindrical-coordinate representation of color #08BA80: hue angle of 160.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA80 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 186 128 -
CMYK 0.96 0 0.31 0.27
HSL 160.45º 0.92% 0.38% -
HSV(B) 160.45º 0.96% 0.73% -
XYZ 21.56 36.73 26.38 -
YUV 126.17 129.03 43.72 -
System Red Green Blue C M Y K H S L
Decimal 8 186 128 0.96 0 0.31 0.27 160.45 0.92 0.38
Hex 8 BA 80 60 0 1F 1B A0 5C 26
Octal 10 272 200 140 0 37 33 240 134 46
Binary 1000 10111010 10000000 1100000 0 11111 11011 10100000 1011100 100110

Color Harmonies of #08BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA80

Black with #08BA80

Text Example


Text Example

White with #08BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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