Html Css Color HEX #1CC486 Mountain Meadow

📋 copy color: '#1CC486'

red 28 ◦ green 196 ◦ blue 134

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

Shades of Mountain Meadow #1CC486

Tints of Mountain Meadow #1CC486

RGB

 RED value IS 28 (11.33% from 255) = 7.82%

 GREEN value IS 196 (76.95% from 255) = 54.75%

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 7.82%
G = 54.75%
B = 37.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#1CC486 (or 0x1CC486) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 86. RGB value is (28,196,134). Sum of RGB (Red+Green+Blue) = 28+196+134=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC486 is #E33B79. Grayscale: #8A8A8A. Windows color (decimal): -14891898 or 8832028. OLE color: 8832028.

HSL color Cylindrical-coordinate representation of color #1CC486: hue angle of 157.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC486 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 196 134 -
CMYK 0.86 0 0.32 0.23
HSL 157.86º 0.75% 0.44% -
HSV(B) 157.86º 0.86% 0.77% -
XYZ 24.52 41.45 29.26 -
YUV 138.7 125.34 49.04 -
System Red Green Blue C M Y K H S L
Decimal 28 196 134 0.86 0 0.32 0.23 157.86 0.75 0.44
Hex 1C C4 86 56 0 20 17 9E 4B 2C
Octal 34 304 206 126 0 40 27 236 113 54
Binary 11100 11000100 10000110 1010110 0 100000 10111 10011110 1001011 101100

Color Harmonies of #1CC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC486

Black with #1CC486

Text Example


Text Example

White with #1CC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CC486; }

 p { color: rgb(28,196,134); }

 H1.HeaderClassName
 {
   color: #1CC486;
 }
 .AnyTagClassName
 {
   color: #1CC486;
 }
</style>

background-color css

<style>
 a { background-color: #1CC486; }

 a { background-color: rgb(28,196,134); }

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

border-color css

<style>
 span { border-color: #1CC486; }

 span { border-color: rgb(28,196,134); }

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