Html Css Color HEX #1CC472 Mountain Meadow

📋 copy color: '#1CC472'

red 28 ◦ green 196 ◦ blue 114

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

Shades of Mountain Meadow #1CC472

Tints of Mountain Meadow #1CC472

RGB

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

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

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

R = 8.28%
G = 57.99%
B = 33.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#1CC472 (or 0x1CC472) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 72. RGB value is (28,196,114). Sum of RGB (Red+Green+Blue) = 28+196+114=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC472 is #E33B8D. Grayscale: #888888. Windows color (decimal): -14891918 or 7521308. OLE color: 7521308.

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

Color convert

RGB 28 196 114 -
CMYK 0.86 0 0.42 0.23
HSL 150.71º 0.75% 0.44% -
HSV(B) 150.71º 0.86% 0.77% -
XYZ 23.26 40.94 22.6 -
YUV 136.42 115.34 50.67 -
System Red Green Blue C M Y K H S L
Decimal 28 196 114 0.86 0 0.42 0.23 150.71 0.75 0.44
Hex 1C C4 72 56 0 2A 17 97 4B 2C
Octal 34 304 162 126 0 52 27 227 113 54
Binary 11100 11000100 1110010 1010110 0 101010 10111 10010111 1001011 101100

Color Harmonies of #1CC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC472

Black with #1CC472

Text Example


Text Example

White with #1CC472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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