Html Css Color HEX #98FA18 Spring Bud

📋 copy color: '#98FA18'

red 152 ◦ green 250 ◦ blue 24

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

Shades of Spring Bud #98FA18

Tints of Spring Bud #98FA18

RGB

 RED value IS 152 (59.77% from 255) = 35.68%

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

 BLUE value IS 24 (9.77% from 255) = 5.63%

R = 35.68%
G = 58.69%
B = 5.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#98FA18 (or 0x98FA18) is known color: Spring Bud. HEX triplet: 98, FA and 18. RGB value is (152,250,24). Sum of RGB (Red+Green+Blue) = 152+250+24=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FA18 is #6705E7. Grayscale: #C3C3C3. Windows color (decimal): -6751720 or 1637016. OLE color: 1637016.

HSL color Cylindrical-coordinate representation of color #98FA18: hue angle of 86.02º 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 #98FA18 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 250 24 -
CMYK 0.39 0 0.90 0.02
HSL 86.02º 0.96% 0.54% -
HSV(B) 86.02º 0.9% 0.98% -
XYZ 47.3 75.11 12.87 -
YUV 194.93 31.53 97.38 -
System Red Green Blue C M Y K H S L
Decimal 152 250 24 0.39 0 0.90 0.02 86.02 0.96 0.54
Hex 98 FA 18 27 0 5A 2 56 60 36
Octal 230 372 30 47 0 132 2 126 140 66
Binary 10011000 11111010 11000 100111 0 1011010 10 1010110 1100000 110110

Color Harmonies of #98FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FA18

Black with #98FA18

Text Example


Text Example

White with #98FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98FA18; }

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

 H1.HeaderClassName
 {
   color: #98FA18;
 }
 .AnyTagClassName
 {
   color: #98FA18;
 }
</style>

background-color css

<style>
 a { background-color: #98FA18; }

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

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

border-color css

<style>
 span { border-color: #98FA18; }

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

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