Html Css Color HEX #10B477 Mountain Meadow

📋 copy color: '#10B477'

red 16 ◦ green 180 ◦ blue 119

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

Shades of Mountain Meadow #10B477

Tints of Mountain Meadow #10B477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.14%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 5.08%
G = 57.14%
B = 37.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#10B477 (or 0x10B477) is known color: Mountain Meadow. HEX triplet: 10, B4 and 77. RGB value is (16,180,119). Sum of RGB (Red+Green+Blue) = 16+180+119=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #10B477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B477 is #EF4B88. Grayscale: #7C7C7C. Windows color (decimal): -15682441 or 7844880. OLE color: 7844880.

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

Color convert

RGB 16 180 119 -
CMYK 0.91 0 0.34 0.29
HSL 157.68º 0.84% 0.38% -
HSV(B) 157.68º 0.91% 0.71% -
XYZ 19.86 34.08 22.98 -
YUV 124.01 125.17 50.96 -
System Red Green Blue C M Y K H S L
Decimal 16 180 119 0.91 0 0.34 0.29 157.68 0.84 0.38
Hex 10 B4 77 5B 0 22 1D 9E 54 26
Octal 20 264 167 133 0 42 35 236 124 46
Binary 10000 10110100 1110111 1011011 0 100010 11101 10011110 1010100 100110

Color Harmonies of #10B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B477

Black with #10B477

Text Example


Text Example

White with #10B477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,180,119); }

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

background-color css

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

 a { background-color: rgb(16,180,119); }

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

border-color css

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

 span { border-color: rgb(16,180,119); }

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