Html Css Color HEX #1CC484 Mountain Meadow

📋 copy color: '#1CC484'

red 28 ◦ green 196 ◦ blue 132

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

Shades of Mountain Meadow #1CC484

Tints of Mountain Meadow #1CC484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 7.87%
G = 55.06%
B = 37.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#1CC484 (or 0x1CC484) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 84. RGB value is (28,196,132). Sum of RGB (Red+Green+Blue) = 28+196+132=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC484 is #E33B7B. Grayscale: #8A8A8A. Windows color (decimal): -14891900 or 8700956. OLE color: 8700956.

HSL color Cylindrical-coordinate representation of color #1CC484: hue angle of 157.14º 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 #1CC484 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 196 132 -
CMYK 0.86 0 0.33 0.23
HSL 157.14º 0.75% 0.44% -
HSV(B) 157.14º 0.86% 0.77% -
XYZ 24.38 41.39 28.53 -
YUV 138.47 124.34 49.2 -
System Red Green Blue C M Y K H S L
Decimal 28 196 132 0.86 0 0.33 0.23 157.14 0.75 0.44
Hex 1C C4 84 56 0 21 17 9D 4B 2C
Octal 34 304 204 126 0 41 27 235 113 54
Binary 11100 11000100 10000100 1010110 0 100001 10111 10011101 1001011 101100

Color Harmonies of #1CC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC484

Black with #1CC484

Text Example


Text Example

White with #1CC484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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