Html Css Color HEX #1CC370 Mountain Meadow

📋 copy color: '#1CC370'

red 28 ◦ green 195 ◦ blue 112

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

Shades of Mountain Meadow #1CC370

Tints of Mountain Meadow #1CC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.21%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 8.36%
G = 58.21%
B = 33.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#1CC370 (or 0x1CC370) is known color: Mountain Meadow. HEX triplet: 1C, C3 and 70. RGB value is (28,195,112). Sum of RGB (Red+Green+Blue) = 28+195+112=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC370 is #E33C8F. Grayscale: #878787. Windows color (decimal): -14892176 or 7389980. OLE color: 7389980.

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

Color convert

RGB 28 195 112 -
CMYK 0.86 0 0.43 0.24
HSL 150.18º 0.75% 0.44% -
HSV(B) 150.18º 0.86% 0.76% -
XYZ 22.92 40.45 21.93 -
YUV 135.61 114.67 51.25 -
System Red Green Blue C M Y K H S L
Decimal 28 195 112 0.86 0 0.43 0.24 150.18 0.75 0.44
Hex 1C C3 70 56 0 2B 18 96 4B 2C
Octal 34 303 160 126 0 53 30 226 113 54
Binary 11100 11000011 1110000 1010110 0 101011 11000 10010110 1001011 101100

Color Harmonies of #1CC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC370

Black with #1CC370

Text Example


Text Example

White with #1CC370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,195,112); }

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

background-color css

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

 a { background-color: rgb(28,195,112); }

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

border-color css

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

 span { border-color: rgb(28,195,112); }

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