#97F609

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

Shades of Spring Bud #97F609

Tints of Spring Bud #97F609

Color information

#97F609 (or 0x97F609) is unknown color: approx Spring Bud. HEX triplet: 97, F6 and 09. RGB value is (151,246,9). Sum of RGB (Red+Green+Blue) = 151+246+9=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 246 (96.48% from 255 or 60.59% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 246 - color contains mainly: green. Hex color #97F609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F609 is #6809F6. Grayscale: #BFBFBF. Windows color (decimal): -6818295 or 652951. OLE color: 652951.

HSL color Cylindrical-coordinate representation of color #97F609: hue angle of 84.05º 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 #97F609 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB1512469-
CMYK0.3900.960.04
HSL84.05º92.94%50%-
HSV(B)84.05º96.34%96.47%-
XYZ45.7772.5111.84-
YUV190.5825.5399.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 246 (96.48% from 255) = 60.59%
BLUE value IS 9 (3.91% from 255) = 2.22%
R=37.19%
G=60.59%
B=2.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15124690.3900.960.0484.0592.9450
Hex97F69270604545d32
Octal22736611470140412413562
Binary100101111111011010011001110110000010010101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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