#96F609

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

Shades of Spring Bud #96F609

Tints of Spring Bud #96F609

Color information

#96F609 (or 0x96F609) is unknown color: approx Spring Bud. HEX triplet: 96, F6 and 09. RGB value is (150,246,9). Sum of RGB (Red+Green+Blue) = 150+246+9=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 246 (96.48% from 255 or 60.74% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 246 - color contains mainly: green. Hex color #96F609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F609 is #6909F6. Grayscale: #BFBFBF. Windows color (decimal): -6883831 or 652950. OLE color: 652950.

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

Color convert

RGB1502469-
CMYK0.3900.960.04
HSL84.3º92.94%50%-
HSV(B)84.3º96.34%96.47%-
XYZ45.5872.4211.83-
YUV190.2825.799.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 246 (96.48% from 255) = 60.74%
BLUE value IS 9 (3.91% from 255) = 2.22%
R=37.04%
G=60.74%
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
Decimal15024690.3900.960.0484.392.9450
Hex96F69270604545d32
Octal22636611470140412413562
Binary100101101111011010011001110110000010010101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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