Html Css Color HEX #1ECD95 Shamrock

📋 copy color: '#1ECD95'

red 30 ◦ green 205 ◦ blue 149

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

Shades of Shamrock #1ECD95

Tints of Shamrock #1ECD95

RGB

 RED value IS 30 (12.11% from 255) = 7.81%

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

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

R = 7.81%
G = 53.39%
B = 38.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#1ECD95 (or 0x1ECD95) is known color: Shamrock. HEX triplet: 1E, CD and 95. RGB value is (30,205,149). Sum of RGB (Red+Green+Blue) = 30+205+149=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECD95 is #E1326A. Grayscale: #929292. Windows color (decimal): -14758507 or 9817374. OLE color: 9817374.

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

Color convert

RGB 30 205 149 -
CMYK 0.85 0 0.27 0.20
HSL 160.8º 0.74% 0.46% -
HSV(B) 160.8º 0.85% 0.8% -
XYZ 27.79 46.11 35.87 -
YUV 146.29 129.52 45.05 -
System Red Green Blue C M Y K H S L
Decimal 30 205 149 0.85 0 0.27 0.20 160.8 0.74 0.46
Hex 1E CD 95 55 0 1B 14 A1 4A 2E
Octal 36 315 225 125 0 33 24 241 112 56
Binary 11110 11001101 10010101 1010101 0 11011 10100 10100001 1001010 101110

Color Harmonies of #1ECD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECD95

Black with #1ECD95

Text Example


Text Example

White with #1ECD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,205,149); }

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

background-color css

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

 a { background-color: rgb(30,205,149); }

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

border-color css

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

 span { border-color: rgb(30,205,149); }

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