Html Css Color HEX #96F609 Spring Bud

📋 copy color: '#96F609'

red 150 ◦ green 246 ◦ blue 9

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

Shades of Spring Bud #96F609

Tints of Spring Bud #96F609

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 value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#96F609 (or 0x96F609) is known color: 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

RGB 150 246 9 -
CMYK 0.39 0 0.96 0.04
HSL 84.3º 0.93% 0.5% -
HSV(B) 84.3º 0.96% 0.96% -
XYZ 45.58 72.42 11.83 -
YUV 190.28 25.7 99.27 -
System Red Green Blue C M Y K H S L
Decimal 150 246 9 0.39 0 0.96 0.04 84.3 0.93 0.5
Hex 96 F6 9 27 0 60 4 54 5D 32
Octal 226 366 11 47 0 140 4 124 135 62
Binary 10010110 11110110 1001 100111 0 1100000 100 1010100 1011101 110010

Color Harmonies of #96F609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F609

Black with #96F609

Text Example


Text Example

White with #96F609

Text Example


Text Example

HTML Codes & Css Web 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>