Html Css Color HEX #1CC295 Mountain Meadow

📋 copy color: '#1CC295'

red 28 ◦ green 194 ◦ blue 149

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

Shades of Mountain Meadow #1CC295

Tints of Mountain Meadow #1CC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.29%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 7.55%
G = 52.29%
B = 40.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#1CC295 (or 0x1CC295) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 95. RGB value is (28,194,149). Sum of RGB (Red+Green+Blue) = 28+194+149=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC295 is #E33D6A. Grayscale: #8B8B8B. Windows color (decimal): -14892395 or 9814556. OLE color: 9814556.

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

Color convert

RGB 28 194 149 -
CMYK 0.86 0 0.23 0.24
HSL 163.73º 0.75% 0.44% -
HSV(B) 163.73º 0.86% 0.76% -
XYZ 25.2 41 35.02 -
YUV 139.24 133.5 48.66 -
System Red Green Blue C M Y K H S L
Decimal 28 194 149 0.86 0 0.23 0.24 163.73 0.75 0.44
Hex 1C C2 95 56 0 17 18 A4 4B 2C
Octal 34 302 225 126 0 27 30 244 113 54
Binary 11100 11000010 10010101 1010110 0 10111 11000 10100100 1001011 101100

Color Harmonies of #1CC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC295

Black with #1CC295

Text Example


Text Example

White with #1CC295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,194,149); }

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

background-color css

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

 a { background-color: rgb(28,194,149); }

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

border-color css

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

 span { border-color: rgb(28,194,149); }

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