Html Css Color HEX #18FA74 Spring Green

📋 copy color: '#18FA74'

red 24 ◦ green 250 ◦ blue 116

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

Shades of Spring Green #18FA74

Tints of Spring Green #18FA74

RGB

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

 GREEN value IS 250 (98.05% from 255) = 64.1%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 6.15%
G = 64.1%
B = 29.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#18FA74 (or 0x18FA74) is known color: Spring Green. HEX triplet: 18, FA and 74. RGB value is (24,250,116). Sum of RGB (Red+Green+Blue) = 24+250+116=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FA74 is #E7058B. Grayscale: #A7A7A7. Windows color (decimal): -15140236 or 7666200. OLE color: 7666200.

HSL color Cylindrical-coordinate representation of color #18FA74: hue angle of 144.42º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FA74 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 250 116 -
CMYK 0.90 0 0.54 0.02
HSL 144.42º 0.96% 0.54% -
HSV(B) 144.42º 0.9% 0.98% -
XYZ 37.71 69.83 28.01 -
YUV 167.15 99.13 25.9 -
System Red Green Blue C M Y K H S L
Decimal 24 250 116 0.90 0 0.54 0.02 144.42 0.96 0.54
Hex 18 FA 74 5A 0 36 2 90 60 36
Octal 30 372 164 132 0 66 2 220 140 66
Binary 11000 11111010 1110100 1011010 0 110110 10 10010000 1100000 110110

Color Harmonies of #18FA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FA74

Black with #18FA74

Text Example


Text Example

White with #18FA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,250,116); }

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

background-color css

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

 a { background-color: rgb(24,250,116); }

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

border-color css

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

 span { border-color: rgb(24,250,116); }

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