Html Css Color HEX #96FC09 Spring Bud

📋 copy color: '#96FC09'

red 150 ◦ green 252 ◦ blue 9

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

Shades of Spring Bud #96FC09

Tints of Spring Bud #96FC09

RGB

 RED value IS 150 (58.98% from 255) = 36.5%

 GREEN value IS 252 (98.83% from 255) = 61.31%

 BLUE value IS 9 (3.91% from 255) = 2.19%

R = 36.5%
G = 61.31%
B = 2.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#96FC09 (or 0x96FC09) is known color: Spring Bud. HEX triplet: 96, FC and 09. RGB value is (150,252,9). Sum of RGB (Red+Green+Blue) = 150+252+9=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FC09 is #6903F6. Grayscale: #C2C2C2. Windows color (decimal): -6882295 or 654486. OLE color: 654486.

HSL color Cylindrical-coordinate representation of color #96FC09: hue angle of 85.19º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96FC09 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 9 -
CMYK 0.40 0 0.96 0.01
HSL 85.19º 0.98% 0.51% -
HSV(B) 85.19º 0.96% 0.99% -
XYZ 47.44 76.12 12.45 -
YUV 193.8 23.71 96.76 -
System Red Green Blue C M Y K H S L
Decimal 150 252 9 0.40 0 0.96 0.01 85.19 0.98 0.51
Hex 96 FC 9 28 0 60 1 55 62 33
Octal 226 374 11 50 0 140 1 125 142 63
Binary 10010110 11111100 1001 101000 0 1100000 1 1010101 1100010 110011

Color Harmonies of #96FC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FC09

Black with #96FC09

Text Example


Text Example

White with #96FC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96FC09;
 }
 .AnyTagClassName
 {
   color: #96FC09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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