Html Css Color HEX #1CCD94 Shamrock

📋 copy color: '#1CCD94'

red 28 ◦ green 205 ◦ blue 148

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

Shades of Shamrock #1CCD94

Tints of Shamrock #1CCD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.81%

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

R = 7.35%
G = 53.81%
B = 38.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#1CCD94 (or 0x1CCD94) is known color: Shamrock. HEX triplet: 1C, CD and 94. RGB value is (28,205,148). Sum of RGB (Red+Green+Blue) = 28+205+148=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCD94 is #E3326B. Grayscale: #919191. Windows color (decimal): -14889580 or 9751836. OLE color: 9751836.

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

Color convert

RGB 28 205 148 -
CMYK 0.86 0 0.28 0.20
HSL 160.68º 0.76% 0.46% -
HSV(B) 160.68º 0.86% 0.8% -
XYZ 27.66 46.05 35.45 -
YUV 145.58 129.36 44.13 -
System Red Green Blue C M Y K H S L
Decimal 28 205 148 0.86 0 0.28 0.20 160.68 0.76 0.46
Hex 1C CD 94 56 0 1C 14 A1 4C 2E
Octal 34 315 224 126 0 34 24 241 114 56
Binary 11100 11001101 10010100 1010110 0 11100 10100 10100001 1001100 101110

Color Harmonies of #1CCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD94

Black with #1CCD94

Text Example


Text Example

White with #1CCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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