Html Css Color HEX #10CA7D Mountain Meadow

📋 copy color: '#10CA7D'

red 16 ◦ green 202 ◦ blue 125

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

Shades of Mountain Meadow #10CA7D

Tints of Mountain Meadow #10CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.89%

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 4.66%
G = 58.89%
B = 36.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#10CA7D (or 0x10CA7D) is known color: Mountain Meadow. HEX triplet: 10, CA and 7D. RGB value is (16,202,125). Sum of RGB (Red+Green+Blue) = 16+202+125=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CA7D is #EF3582. Grayscale: #898989. Windows color (decimal): -15676803 or 8243728. OLE color: 8243728.

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

Color convert

RGB 16 202 125 -
CMYK 0.92 0 0.38 0.21
HSL 155.16º 0.85% 0.43% -
HSV(B) 155.16º 0.92% 0.79% -
XYZ 25.04 43.83 26.54 -
YUV 137.61 120.88 41.26 -
System Red Green Blue C M Y K H S L
Decimal 16 202 125 0.92 0 0.38 0.21 155.16 0.85 0.43
Hex 10 CA 7D 5C 0 26 15 9B 55 2B
Octal 20 312 175 134 0 46 25 233 125 53
Binary 10000 11001010 1111101 1011100 0 100110 10101 10011011 1010101 101011

Color Harmonies of #10CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CA7D

Black with #10CA7D

Text Example


Text Example

White with #10CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,202,125); }

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

background-color css

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

 a { background-color: rgb(16,202,125); }

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

border-color css

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

 span { border-color: rgb(16,202,125); }

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