Html Css Color HEX #08B380 Mountain Meadow

📋 copy color: '#08B380'

red 8 ◦ green 179 ◦ blue 128

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

Shades of Mountain Meadow #08B380

Tints of Mountain Meadow #08B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.83%

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

R = 2.54%
G = 56.83%
B = 40.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#08B380 (or 0x08B380) is known color: Mountain Meadow. HEX triplet: 08, B3 and 80. RGB value is (8,179,128). Sum of RGB (Red+Green+Blue) = 8+179+128=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #08B380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B380 is #F74C7F. Grayscale: #7A7A7A. Windows color (decimal): -16206976 or 8434440. OLE color: 8434440.

HSL color Cylindrical-coordinate representation of color #08B380: hue angle of 162.11º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B380 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 179 128 -
CMYK 0.96 0 0.28 0.30
HSL 162.11º 0.91% 0.37% -
HSV(B) 162.11º 0.96% 0.7% -
XYZ 20.12 33.85 25.9 -
YUV 122.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 8 179 128 0.96 0 0.28 0.30 162.11 0.91 0.37
Hex 8 B3 80 60 0 1C 1E A2 5B 25
Octal 10 263 200 140 0 34 36 242 133 45
Binary 1000 10110011 10000000 1100000 0 11100 11110 10100010 1011011 100101

Color Harmonies of #08B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B380

Black with #08B380

Text Example


Text Example

White with #08B380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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