#98FA19

Color #98FA19 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #98FA19

Tints of Spring Bud #98FA19

Color information

#98FA19 (or 0x98FA19) is unknown color: approx Spring Bud. HEX triplet: 98, FA and 19. RGB value is (152,250,25). Sum of RGB (Red+Green+Blue) = 152+250+25=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FA19 is #6705E6. Grayscale: #C3C3C3. Windows color (decimal): -6751719 or 1702552. OLE color: 1702552.

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

Color convert

RGB15225025-
CMYK0.3900.90.02
HSL86.13º95.74%53.92%-
HSV(B)86.13º90%98.04%-
XYZ47.3175.1212.93-
YUV195.0532.0397.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 250 (98.05% from 255) = 58.55%
BLUE value IS 25 (10.16% from 255) = 5.85%
R=35.60%
G=58.55%
B=5.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152250250.3900.90.0286.1395.7453.92
Hex98FA192705A2566036
Octal23037231470132212614066
Binary100110001111101011001100111010110101010101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98FA19;
 }
 .AnyTagClassName
 {
   color: #98FA19;
 }
</style>
background-color css

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

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

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

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

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

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