Html Css Color HEX #98FA14 Spring Bud

📋 copy color: '#98FA14'

red 152 ◦ green 250 ◦ blue 20

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

Shades of Spring Bud #98FA14

Tints of Spring Bud #98FA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.74%

R = 36.02%
G = 59.24%
B = 4.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#98FA14 (or 0x98FA14) is known color: Spring Bud. HEX triplet: 98, FA and 14. RGB value is (152,250,20). Sum of RGB (Red+Green+Blue) = 152+250+20=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FA14 is #6705EB. Grayscale: #C3C3C3. Windows color (decimal): -6751724 or 1374872. OLE color: 1374872.

HSL color Cylindrical-coordinate representation of color #98FA14: hue angle of 85.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98FA14 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 250 20 -
CMYK 0.39 0 0.92 0.02
HSL 85.57º 0.96% 0.53% -
HSV(B) 85.57º 0.92% 0.98% -
XYZ 47.26 75.1 12.67 -
YUV 194.48 29.53 97.7 -
System Red Green Blue C M Y K H S L
Decimal 152 250 20 0.39 0 0.92 0.02 85.57 0.96 0.53
Hex 98 FA 14 27 0 5C 2 56 60 35
Octal 230 372 24 47 0 134 2 126 140 65
Binary 10011000 11111010 10100 100111 0 1011100 10 1010110 1100000 110101

Color Harmonies of #98FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FA14

Black with #98FA14

Text Example


Text Example

White with #98FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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