Html Css Color HEX #96FE16 Spring Bud

📋 copy color: '#96FE16'

red 150 ◦ green 254 ◦ blue 22

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

Shades of Spring Bud #96FE16

Tints of Spring Bud #96FE16

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.62%

 BLUE value IS 22 (8.98% from 255) = 5.16%

R = 35.21%
G = 59.62%
B = 5.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#96FE16 (or 0x96FE16) is known color: Spring Bud. HEX triplet: 96, FE and 16. RGB value is (150,254,22). Sum of RGB (Red+Green+Blue) = 150+254+22=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FE16 is #6901E9. Grayscale: #C5C5C5. Windows color (decimal): -6881770 or 1506966. OLE color: 1506966.

HSL color Cylindrical-coordinate representation of color #96FE16: hue angle of 86.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96FE16 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 22 -
CMYK 0.41 0 0.91 0.00
HSL 86.9º 0.99% 0.54% -
HSV(B) 86.9º 0.91% 1% -
XYZ 48.16 77.43 13.17 -
YUV 196.46 29.54 94.86 -
System Red Green Blue C M Y K H S L
Decimal 150 254 22 0.41 0 0.91 0.00 86.9 0.99 0.54
Hex 96 FE 16 29 0 5B 0 57 63 36
Octal 226 376 26 51 0 133 0 127 143 66
Binary 10010110 11111110 10110 101001 0 1011011 0 1010111 1100011 110110

Color Harmonies of #96FE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE16

Black with #96FE16

Text Example


Text Example

White with #96FE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,254,22); }

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

background-color css

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

 a { background-color: rgb(150,254,22); }

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

border-color css

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

 span { border-color: rgb(150,254,22); }

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