Html Css Color HEX #1CCE95 Shamrock

📋 copy color: '#1CCE95'

red 28 ◦ green 206 ◦ blue 149

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

Shades of Shamrock #1CCE95

Tints of Shamrock #1CCE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.79%

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

R = 7.31%
G = 53.79%
B = 38.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#1CCE95 (or 0x1CCE95) is known color: Shamrock. HEX triplet: 1C, CE and 95. RGB value is (28,206,149). Sum of RGB (Red+Green+Blue) = 28+206+149=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCE95 is #E3316A. Grayscale: #929292. Windows color (decimal): -14889323 or 9817628. OLE color: 9817628.

HSL color Cylindrical-coordinate representation of color #1CCE95: hue angle of 160.79º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCE95 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 206 149 -
CMYK 0.86 0 0.28 0.19
HSL 160.79º 0.76% 0.46% -
HSV(B) 160.79º 0.86% 0.81% -
XYZ 27.98 46.56 35.95 -
YUV 146.28 129.53 43.63 -
System Red Green Blue C M Y K H S L
Decimal 28 206 149 0.86 0 0.28 0.19 160.79 0.76 0.46
Hex 1C CE 95 56 0 1C 13 A1 4C 2E
Octal 34 316 225 126 0 34 23 241 114 56
Binary 11100 11001110 10010101 1010110 0 11100 10011 10100001 1001100 101110

Color Harmonies of #1CCE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCE95

Black with #1CCE95

Text Example


Text Example

White with #1CCE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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