Html Css Color HEX #10B379 Mountain Meadow

📋 copy color: '#10B379'

red 16 ◦ green 179 ◦ blue 121

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

Shades of Mountain Meadow #10B379

Tints of Mountain Meadow #10B379

RGB

 RED value IS 16 (6.64% from 255) = 5.06%

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

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 5.06%
G = 56.65%
B = 38.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#10B379 (or 0x10B379) is known color: Mountain Meadow. HEX triplet: 10, B3 and 79. RGB value is (16,179,121). Sum of RGB (Red+Green+Blue) = 16+179+121=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #10B379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B379 is #EF4C86. Grayscale: #7B7B7B. Windows color (decimal): -15682695 or 7975696. OLE color: 7975696.

HSL color Cylindrical-coordinate representation of color #10B379: hue angle of 158.65º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B379 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 121 -
CMYK 0.91 0 0.32 0.30
HSL 158.65º 0.84% 0.38% -
HSV(B) 158.65º 0.91% 0.7% -
XYZ 19.78 33.73 23.56 -
YUV 123.65 126.5 51.22 -
System Red Green Blue C M Y K H S L
Decimal 16 179 121 0.91 0 0.32 0.30 158.65 0.84 0.38
Hex 10 B3 79 5B 0 20 1E 9F 54 26
Octal 20 263 171 133 0 40 36 237 124 46
Binary 10000 10110011 1111001 1011011 0 100000 11110 10011111 1010100 100110

Color Harmonies of #10B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B379

Black with #10B379

Text Example


Text Example

White with #10B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B379; }

 p { color: rgb(16,179,121); }

 H1.HeaderClassName
 {
   color: #10B379;
 }
 .AnyTagClassName
 {
   color: #10B379;
 }
</style>

background-color css

<style>
 a { background-color: #10B379; }

 a { background-color: rgb(16,179,121); }

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

border-color css

<style>
 span { border-color: #10B379; }

 span { border-color: rgb(16,179,121); }

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