Html Css Color HEX #10C970 Mountain Meadow

📋 copy color: '#10C970'

red 16 ◦ green 201 ◦ blue 112

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

Shades of Mountain Meadow #10C970

Tints of Mountain Meadow #10C970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 4.86%
G = 61.09%
B = 34.04%

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

#10C970 (or 0x10C970) is known color: Mountain Meadow. HEX triplet: 10, C9 and 70. RGB value is (16,201,112). Sum of RGB (Red+Green+Blue) = 16+201+112=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #10C970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C970 is #EF368F. Grayscale: #878787. Windows color (decimal): -15677072 or 7391504. OLE color: 7391504.

HSL color Cylindrical-coordinate representation of color #10C970: hue angle of 151.14º 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 #10C970 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 201 112 -
CMYK 0.92 0 0.44 0.21
HSL 151.14º 0.85% 0.43% -
HSV(B) 151.14º 0.92% 0.79% -
XYZ 24.02 43.05 22.37 -
YUV 135.54 114.71 42.74 -
System Red Green Blue C M Y K H S L
Decimal 16 201 112 0.92 0 0.44 0.21 151.14 0.85 0.43
Hex 10 C9 70 5C 0 2C 15 97 55 2B
Octal 20 311 160 134 0 54 25 227 125 53
Binary 10000 11001001 1110000 1011100 0 101100 10101 10010111 1010101 101011

Color Harmonies of #10C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C970

Black with #10C970

Text Example


Text Example

White with #10C970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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