Html Css Color HEX #1ED484 Shamrock

📋 copy color: '#1ED484'

red 30 ◦ green 212 ◦ blue 132

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

Shades of Shamrock #1ED484

Tints of Shamrock #1ED484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.68%

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 8.02%
G = 56.68%
B = 35.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#1ED484 (or 0x1ED484) is known color: Shamrock. HEX triplet: 1E, D4 and 84. RGB value is (30,212,132). Sum of RGB (Red+Green+Blue) = 30+212+132=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED484 is #E12B7B. Grayscale: #949494. Windows color (decimal): -14756732 or 8705054. OLE color: 8705054.

HSL color Cylindrical-coordinate representation of color #1ED484: hue angle of 153.63º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED484 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 30 212 132 -
CMYK 0.86 0 0.38 0.17
HSL 153.63º 0.75% 0.47% -
HSV(B) 153.63º 0.86% 0.83% -
XYZ 28.24 49.03 29.8 -
YUV 148.46 118.7 43.5 -
System Red Green Blue C M Y K H S L
Decimal 30 212 132 0.86 0 0.38 0.17 153.63 0.75 0.47
Hex 1E D4 84 56 0 26 11 9A 4B 2F
Octal 36 324 204 126 0 46 21 232 113 57
Binary 11110 11010100 10000100 1010110 0 100110 10001 10011010 1001011 101111

Color Harmonies of #1ED484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED484

Black with #1ED484

Text Example


Text Example

White with #1ED484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,212,132); }

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

background-color css

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

 a { background-color: rgb(30,212,132); }

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

border-color css

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

 span { border-color: rgb(30,212,132); }

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