Html Css Color HEX #18DC7C Spring Green

📋 copy color: '#18DC7C'

red 24 ◦ green 220 ◦ blue 124

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

Shades of Spring Green #18DC7C

Tints of Spring Green #18DC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 6.52%
G = 59.78%
B = 33.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#18DC7C (or 0x18DC7C) is known color: Spring Green. HEX triplet: 18, DC and 7C. RGB value is (24,220,124). Sum of RGB (Red+Green+Blue) = 24+220+124=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DC7C is #E72383. Grayscale: #969696. Windows color (decimal): -15147908 or 8182808. OLE color: 8182808.

HSL color Cylindrical-coordinate representation of color #18DC7C: hue angle of 150.61º 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 #18DC7C is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 124 -
CMYK 0.89 0 0.44 0.14
HSL 150.61º 0.8% 0.48% -
HSV(B) 150.61º 0.89% 0.86% -
XYZ 29.61 52.84 27.71 -
YUV 150.45 113.07 37.81 -
System Red Green Blue C M Y K H S L
Decimal 24 220 124 0.89 0 0.44 0.14 150.61 0.8 0.48
Hex 18 DC 7C 59 0 2C E 97 50 30
Octal 30 334 174 131 0 54 16 227 120 60
Binary 11000 11011100 1111100 1011001 0 101100 1110 10010111 1010000 110000

Color Harmonies of #18DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC7C

Black with #18DC7C

Text Example


Text Example

White with #18DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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