Html Css Color HEX #1CC694 Mountain Meadow

📋 copy color: '#1CC694'

red 28 ◦ green 198 ◦ blue 148

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

Shades of Mountain Meadow #1CC694

Tints of Mountain Meadow #1CC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.94%

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 7.49%
G = 52.94%
B = 39.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#1CC694 (or 0x1CC694) is known color: Mountain Meadow. HEX triplet: 1C, C6 and 94. RGB value is (28,198,148). Sum of RGB (Red+Green+Blue) = 28+198+148=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC694 is #E3396B. Grayscale: #8D8D8D. Windows color (decimal): -14891372 or 9750044. OLE color: 9750044.

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

Color convert

RGB 28 198 148 -
CMYK 0.86 0 0.25 0.22
HSL 162.35º 0.75% 0.44% -
HSV(B) 162.35º 0.86% 0.78% -
XYZ 26.02 42.77 34.9 -
YUV 141.47 131.68 47.07 -
System Red Green Blue C M Y K H S L
Decimal 28 198 148 0.86 0 0.25 0.22 162.35 0.75 0.44
Hex 1C C6 94 56 0 19 16 A2 4B 2C
Octal 34 306 224 126 0 31 26 242 113 54
Binary 11100 11000110 10010100 1010110 0 11001 10110 10100010 1001011 101100

Color Harmonies of #1CC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC694

Black with #1CC694

Text Example


Text Example

White with #1CC694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,198,148); }

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

background-color css

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

 a { background-color: rgb(28,198,148); }

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

border-color css

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

 span { border-color: rgb(28,198,148); }

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