Html Css Color HEX #1CC9A1 Shamrock

📋 copy color: '#1CC9A1'

red 28 ◦ green 201 ◦ blue 161

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

Shades of Shamrock #1CC9A1

Tints of Shamrock #1CC9A1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.54%

 BLUE value IS 161 (63.28% from 255) = 41.28%

R = 7.18%
G = 51.54%
B = 41.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#1CC9A1 (or 0x1CC9A1) is known color: Shamrock. HEX triplet: 1C, C9 and A1. RGB value is (28,201,161). Sum of RGB (Red+Green+Blue) = 28+201+161=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC9A1 is #E3365E. Grayscale: #909090. Windows color (decimal): -14890591 or 10602780. OLE color: 10602780.

HSL color Cylindrical-coordinate representation of color #1CC9A1: hue angle of 166.13º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC9A1 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 201 161 -
CMYK 0.86 0 0.20 0.21
HSL 166.13º 0.76% 0.45% -
HSV(B) 166.13º 0.86% 0.79% -
XYZ 27.8 44.59 40.86 -
YUV 144.71 137.19 44.75 -
System Red Green Blue C M Y K H S L
Decimal 28 201 161 0.86 0 0.20 0.21 166.13 0.76 0.45
Hex 1C C9 A1 56 0 14 15 A6 4C 2D
Octal 34 311 241 126 0 24 25 246 114 55
Binary 11100 11001001 10100001 1010110 0 10100 10101 10100110 1001100 101101

Color Harmonies of #1CC9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC9A1

Black with #1CC9A1

Text Example


Text Example

White with #1CC9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,201,161); }

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

background-color css

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

 a { background-color: rgb(28,201,161); }

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

border-color css

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

 span { border-color: rgb(28,201,161); }

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