Html Css Color HEX #96F109 Spring Bud

📋 copy color: '#96F109'

red 150 ◦ green 241 ◦ blue 9

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

Shades of Spring Bud #96F109

Tints of Spring Bud #96F109

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.25%

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

R = 37.5%
G = 60.25%
B = 2.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#96F109 (or 0x96F109) is known color: Spring Bud. HEX triplet: 96, F1 and 09. RGB value is (150,241,9). Sum of RGB (Red+Green+Blue) = 150+241+9=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #96F109 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F109 is #690EF6. Grayscale: #BCBCBC. Windows color (decimal): -6885111 or 651670. OLE color: 651670.

HSL color Cylindrical-coordinate representation of color #96F109: hue angle of 83.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96F109 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 9 -
CMYK 0.38 0 0.96 0.05
HSL 83.53º 0.93% 0.49% -
HSV(B) 83.53º 0.96% 0.95% -
XYZ 44.08 69.41 11.33 -
YUV 187.34 27.35 101.36 -
System Red Green Blue C M Y K H S L
Decimal 150 241 9 0.38 0 0.96 0.05 83.53 0.93 0.49
Hex 96 F1 9 26 0 60 5 54 5D 31
Octal 226 361 11 46 0 140 5 124 135 61
Binary 10010110 11110001 1001 100110 0 1100000 101 1010100 1011101 110001

Color Harmonies of #96F109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F109

Black with #96F109

Text Example


Text Example

White with #96F109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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