Html Css Color HEX #08BA7F Mountain Meadow

📋 copy color: '#08BA7F'

red 8 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #08BA7F

Tints of Mountain Meadow #08BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.56%

R = 2.49%
G = 57.94%
B = 39.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#08BA7F (or 0x08BA7F) is known color: Mountain Meadow. HEX triplet: 08, BA and 7F. RGB value is (8,186,127). Sum of RGB (Red+Green+Blue) = 8+186+127=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA7F is #F74580. Grayscale: #7E7E7E. Windows color (decimal): -16205185 or 8370696. OLE color: 8370696.

HSL color Cylindrical-coordinate representation of color #08BA7F: hue angle of 160.11º 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 #08BA7F is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 186 127 -
CMYK 0.96 0 0.32 0.27
HSL 160.11º 0.92% 0.38% -
HSV(B) 160.11º 0.96% 0.73% -
XYZ 21.49 36.7 26.03 -
YUV 126.05 128.53 43.8 -
System Red Green Blue C M Y K H S L
Decimal 8 186 127 0.96 0 0.32 0.27 160.11 0.92 0.38
Hex 8 BA 7F 60 0 20 1B A0 5C 26
Octal 10 272 177 140 0 40 33 240 134 46
Binary 1000 10111010 1111111 1100000 0 100000 11011 10100000 1011100 100110

Color Harmonies of #08BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA7F

Black with #08BA7F

Text Example


Text Example

White with #08BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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