Html Css Color HEX #10C872 Mountain Meadow

📋 copy color: '#10C872'

red 16 ◦ green 200 ◦ blue 114

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

Shades of Mountain Meadow #10C872

Tints of Mountain Meadow #10C872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.61%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 4.85%
G = 60.61%
B = 34.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#10C872 (or 0x10C872) is known color: Mountain Meadow. HEX triplet: 10, C8 and 72. RGB value is (16,200,114). Sum of RGB (Red+Green+Blue) = 16+200+114=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #10C872 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C872 is #EF378D. Grayscale: #878787. Windows color (decimal): -15677326 or 7522320. OLE color: 7522320.

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

Color convert

RGB 16 200 114 -
CMYK 0.92 0 0.43 0.22
HSL 151.96º 0.85% 0.42% -
HSV(B) 151.96º 0.92% 0.78% -
XYZ 23.91 42.63 22.89 -
YUV 135.18 116.04 42.99 -
System Red Green Blue C M Y K H S L
Decimal 16 200 114 0.92 0 0.43 0.22 151.96 0.85 0.42
Hex 10 C8 72 5C 0 2B 16 98 55 2A
Octal 20 310 162 134 0 53 26 230 125 52
Binary 10000 11001000 1110010 1011100 0 101011 10110 10011000 1010101 101010

Color Harmonies of #10C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C872

Black with #10C872

Text Example


Text Example

White with #10C872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,200,114); }

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

background-color css

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

 a { background-color: rgb(16,200,114); }

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

border-color css

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

 span { border-color: rgb(16,200,114); }

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