Html Css Color HEX #10CC7C Mountain Meadow

📋 copy color: '#10CC7C'

red 16 ◦ green 204 ◦ blue 124

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

Shades of Mountain Meadow #10CC7C

Tints of Mountain Meadow #10CC7C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.3%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 4.65%
G = 59.3%
B = 36.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#10CC7C (or 0x10CC7C) is known color: Mountain Meadow. HEX triplet: 10, CC and 7C. RGB value is (16,204,124). Sum of RGB (Red+Green+Blue) = 16+204+124=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC7C is #EF3383. Grayscale: #8A8A8A. Windows color (decimal): -15676292 or 8178704. OLE color: 8178704.

HSL color Cylindrical-coordinate representation of color #10CC7C: hue angle of 154.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC7C is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 204 124 -
CMYK 0.92 0 0.39 0.2
HSL 154.47º 0.85% 0.43% -
HSV(B) 154.47º 0.92% 0.8% -
XYZ 25.44 44.75 26.37 -
YUV 138.67 119.72 40.5 -
System Red Green Blue C M Y K H S L
Decimal 16 204 124 0.92 0 0.39 0.2 154.47 0.85 0.43
Hex 10 CC 7C 5C 0 27 14 9A 55 2B
Octal 20 314 174 134 0 47 24 232 125 53
Binary 10000 11001100 1111100 1011100 0 100111 10100 10011010 1010101 101011

Color Harmonies of #10CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CC7C

Black with #10CC7C

Text Example


Text Example

White with #10CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,204,124); }

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

background-color css

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

 a { background-color: rgb(16,204,124); }

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

border-color css

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

 span { border-color: rgb(16,204,124); }

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