Html Css Color HEX #10C070 Mountain Meadow

📋 copy color: '#10C070'

red 16 ◦ green 192 ◦ blue 112

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

Shades of Mountain Meadow #10C070

Tints of Mountain Meadow #10C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60%

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

R = 5%
G = 60%
B = 35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#10C070 (or 0x10C070) is known color: Mountain Meadow. HEX triplet: 10, C0 and 70. RGB value is (16,192,112). Sum of RGB (Red+Green+Blue) = 16+192+112=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #10C070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C070 is #EF3F8F. Grayscale: #828282. Windows color (decimal): -15679376 or 7389200. OLE color: 7389200.

HSL color Cylindrical-coordinate representation of color #10C070: hue angle of 152.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C070 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 112 -
CMYK 0.92 0 0.42 0.25
HSL 152.73º 0.85% 0.41% -
HSV(B) 152.73º 0.92% 0.75% -
XYZ 21.99 38.98 21.69 -
YUV 130.26 117.69 46.5 -
System Red Green Blue C M Y K H S L
Decimal 16 192 112 0.92 0 0.42 0.25 152.73 0.85 0.41
Hex 10 C0 70 5C 0 2A 19 99 55 29
Octal 20 300 160 134 0 52 31 231 125 51
Binary 10000 11000000 1110000 1011100 0 101010 11001 10011001 1010101 101001

Color Harmonies of #10C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C070

Black with #10C070

Text Example


Text Example

White with #10C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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