Html Css Color HEX #18FF70 Spring Green

📋 copy color: '#18FF70'

red 24 ◦ green 255 ◦ blue 112

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

Shades of Spring Green #18FF70

Tints of Spring Green #18FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 65.22%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 6.14%
G = 65.22%
B = 28.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#18FF70 (or 0x18FF70) is known color: Spring Green. HEX triplet: 18, FF and 70. RGB value is (24,255,112). Sum of RGB (Red+Green+Blue) = 24+255+112=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF70 is #E7008F. Grayscale: #A9A9A9. Windows color (decimal): -15138960 or 7405336. OLE color: 7405336.

HSL color Cylindrical-coordinate representation of color #18FF70: hue angle of 142.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF70 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 24 255 112 -
CMYK 0.91 0 0.56 0
HSL 142.86º 1% 0.55% -
HSV(B) 142.86º 0.91% 1% -
XYZ 39.06 72.88 27.34 -
YUV 169.63 95.47 24.13 -
System Red Green Blue C M Y K H S L
Decimal 24 255 112 0.91 0 0.56 0 142.86 1 0.55
Hex 18 FF 70 5B 0 38 0 8F 64 37
Octal 30 377 160 133 0 70 0 217 144 67
Binary 11000 11111111 1110000 1011011 0 111000 0 10001111 1100100 110111

Color Harmonies of #18FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FF70

Black with #18FF70

Text Example


Text Example

White with #18FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,255,112); }

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

background-color css

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

 a { background-color: rgb(24,255,112); }

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

border-color css

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

 span { border-color: rgb(24,255,112); }

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