Html Css Color HEX #18DC84 Shamrock

📋 copy color: '#18DC84'

red 24 ◦ green 220 ◦ blue 132

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

Shades of Shamrock #18DC84

Tints of Shamrock #18DC84

RGB

 RED value IS 24 (9.77% from 255) = 6.38%

 GREEN value IS 220 (86.33% from 255) = 58.51%

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

R = 6.38%
G = 58.51%
B = 35.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#18DC84 (or 0x18DC84) is known color: Shamrock. HEX triplet: 18, DC and 84. RGB value is (24,220,132). Sum of RGB (Red+Green+Blue) = 24+220+132=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC84 is #E7237B. Grayscale: #979797. Windows color (decimal): -15147900 or 8707096. OLE color: 8707096.

HSL color Cylindrical-coordinate representation of color #18DC84: hue angle of 153.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC84 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 132 -
CMYK 0.89 0 0.40 0.14
HSL 153.06º 0.8% 0.48% -
HSV(B) 153.06º 0.89% 0.86% -
XYZ 30.13 53.05 30.48 -
YUV 151.36 117.07 37.16 -
System Red Green Blue C M Y K H S L
Decimal 24 220 132 0.89 0 0.40 0.14 153.06 0.8 0.48
Hex 18 DC 84 59 0 28 E 99 50 30
Octal 30 334 204 131 0 50 16 231 120 60
Binary 11000 11011100 10000100 1011001 0 101000 1110 10011001 1010000 110000

Color Harmonies of #18DC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC84

Black with #18DC84

Text Example


Text Example

White with #18DC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18DC84; }

 p { color: rgb(24,220,132); }

 H1.HeaderClassName
 {
   color: #18DC84;
 }
 .AnyTagClassName
 {
   color: #18DC84;
 }
</style>

background-color css

<style>
 a { background-color: #18DC84; }

 a { background-color: rgb(24,220,132); }

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

border-color css

<style>
 span { border-color: #18DC84; }

 span { border-color: rgb(24,220,132); }

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