Html Css Color HEX #1CC696 Shamrock

📋 copy color: '#1CC696'

red 28 ◦ green 198 ◦ blue 150

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

Shades of Shamrock #1CC696

Tints of Shamrock #1CC696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 7.45%
G = 52.66%
B = 39.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#1CC696 (or 0x1CC696) is known color: Shamrock. HEX triplet: 1C, C6 and 96. RGB value is (28,198,150). Sum of RGB (Red+Green+Blue) = 28+198+150=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC696 is #E33969. Grayscale: #8D8D8D. Windows color (decimal): -14891370 or 9881116. OLE color: 9881116.

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

Color convert

RGB 28 198 150 -
CMYK 0.86 0 0.24 0.22
HSL 163.06º 0.75% 0.44% -
HSV(B) 163.06º 0.86% 0.78% -
XYZ 26.18 42.84 35.74 -
YUV 141.7 132.68 46.9 -
System Red Green Blue C M Y K H S L
Decimal 28 198 150 0.86 0 0.24 0.22 163.06 0.75 0.44
Hex 1C C6 96 56 0 18 16 A3 4B 2C
Octal 34 306 226 126 0 30 26 243 113 54
Binary 11100 11000110 10010110 1010110 0 11000 10110 10100011 1001011 101100

Color Harmonies of #1CC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC696

Black with #1CC696

Text Example


Text Example

White with #1CC696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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