#98F609

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

Shades of Spring Bud #98F609

Tints of Spring Bud #98F609

Color information

#98F609 (or 0x98F609) is unknown color: approx Spring Bud. HEX triplet: 98, F6 and 09. RGB value is (152,246,9). Sum of RGB (Red+Green+Blue) = 152+246+9=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #98F609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F609 is #6709F6. Grayscale: #BFBFBF. Windows color (decimal): -6752759 or 652952. OLE color: 652952.

HSL color Cylindrical-coordinate representation of color #98F609: hue angle of 83.8º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98F609 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB1522469-
CMYK0.3800.960.04
HSL83.8º92.94%50%-
HSV(B)83.8º96.34%96.47%-
XYZ45.9572.6111.85-
YUV190.8825.36100.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 246 (96.48% from 255) = 60.44%
BLUE value IS 9 (3.91% from 255) = 2.21%
R=37.35%
G=60.44%
B=2.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15224690.3800.960.0483.892.9450
Hex98F69260604545d32
Octal23036611460140412413562
Binary100110001111011010011001100110000010010101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,246,9); }

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

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

 a { background-color: rgb(152,246,9); }

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

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

 span { border-color: rgb(152,246,9); }

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