Html Css Color HEX #10B47C Mountain Meadow

📋 copy color: '#10B47C'

red 16 ◦ green 180 ◦ blue 124

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

Shades of Mountain Meadow #10B47C

Tints of Mountain Meadow #10B47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 5%
G = 56.25%
B = 38.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#10B47C (or 0x10B47C) is known color: Mountain Meadow. HEX triplet: 10, B4 and 7C. RGB value is (16,180,124). Sum of RGB (Red+Green+Blue) = 16+180+124=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #10B47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B47C is #EF4B83. Grayscale: #7C7C7C. Windows color (decimal): -15682436 or 8172560. OLE color: 8172560.

HSL color Cylindrical-coordinate representation of color #10B47C: hue angle of 159.51º 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 #10B47C is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 180 124 -
CMYK 0.91 0 0.31 0.29
HSL 159.51º 0.84% 0.38% -
HSV(B) 159.51º 0.91% 0.71% -
XYZ 20.17 34.21 24.61 -
YUV 124.58 127.67 50.55 -
System Red Green Blue C M Y K H S L
Decimal 16 180 124 0.91 0 0.31 0.29 159.51 0.84 0.38
Hex 10 B4 7C 5B 0 1F 1D A0 54 26
Octal 20 264 174 133 0 37 35 240 124 46
Binary 10000 10110100 1111100 1011011 0 11111 11101 10100000 1010100 100110

Color Harmonies of #10B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B47C

Black with #10B47C

Text Example


Text Example

White with #10B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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