Html Css Color HEX #10C775 Mountain Meadow

📋 copy color: '#10C775'

red 16 ◦ green 199 ◦ blue 117

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

Shades of Mountain Meadow #10C775

Tints of Mountain Meadow #10C775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.94%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 4.82%
G = 59.94%
B = 35.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#10C775 (or 0x10C775) is known color: Mountain Meadow. HEX triplet: 10, C7 and 75. RGB value is (16,199,117). Sum of RGB (Red+Green+Blue) = 16+199+117=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 199 (78.12% from 255 or 59.94% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 199 - color contains mainly: green. Hex color #10C775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C775 is #EF388A. Grayscale: #878787. Windows color (decimal): -15677579 or 7718672. OLE color: 7718672.

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

Color convert

RGB 16 199 117 -
CMYK 0.92 0 0.41 0.22
HSL 153.11º 0.85% 0.42% -
HSV(B) 153.11º 0.92% 0.78% -
XYZ 23.85 42.24 23.73 -
YUV 134.94 117.87 43.17 -
System Red Green Blue C M Y K H S L
Decimal 16 199 117 0.92 0 0.41 0.22 153.11 0.85 0.42
Hex 10 C7 75 5C 0 29 16 99 55 2A
Octal 20 307 165 134 0 51 26 231 125 52
Binary 10000 11000111 1110101 1011100 0 101001 10110 10011001 1010101 101010

Color Harmonies of #10C775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C775

Black with #10C775

Text Example


Text Example

White with #10C775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,199,117); }

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

background-color css

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

 a { background-color: rgb(16,199,117); }

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

border-color css

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

 span { border-color: rgb(16,199,117); }

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