Html Css Color HEX #10C971 Mountain Meadow

📋 copy color: '#10C971'

red 16 ◦ green 201 ◦ blue 113

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

Shades of Mountain Meadow #10C971

Tints of Mountain Meadow #10C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.91%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 4.85%
G = 60.91%
B = 34.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#10C971 (or 0x10C971) is known color: Mountain Meadow. HEX triplet: 10, C9 and 71. RGB value is (16,201,113). Sum of RGB (Red+Green+Blue) = 16+201+113=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #10C971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C971 is #EF368E. Grayscale: #878787. Windows color (decimal): -15677071 or 7457040. OLE color: 7457040.

HSL color Cylindrical-coordinate representation of color #10C971: hue angle of 151.46º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C971 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 201 113 -
CMYK 0.92 0 0.44 0.21
HSL 151.46º 0.85% 0.43% -
HSV(B) 151.46º 0.92% 0.79% -
XYZ 24.08 43.08 22.67 -
YUV 135.65 115.21 42.66 -
System Red Green Blue C M Y K H S L
Decimal 16 201 113 0.92 0 0.44 0.21 151.46 0.85 0.43
Hex 10 C9 71 5C 0 2C 15 97 55 2B
Octal 20 311 161 134 0 54 25 227 125 53
Binary 10000 11001001 1110001 1011100 0 101100 10101 10010111 1010101 101011

Color Harmonies of #10C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C971

Black with #10C971

Text Example


Text Example

White with #10C971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,201,113); }

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

background-color css

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

 a { background-color: rgb(16,201,113); }

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

border-color css

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

 span { border-color: rgb(16,201,113); }

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