Html Css Color HEX #96FA18 Spring Bud

📋 copy color: '#96FA18'

red 150 ◦ green 250 ◦ blue 24

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

Shades of Spring Bud #96FA18

Tints of Spring Bud #96FA18

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.96%

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 35.38%
G = 58.96%
B = 5.66%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#96FA18 (or 0x96FA18) is known color: Spring Bud. HEX triplet: 96, FA and 18. RGB value is (150,250,24). Sum of RGB (Red+Green+Blue) = 150+250+24=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FA18 is #6905E7. Grayscale: #C3C3C3. Windows color (decimal): -6882792 or 1637014. OLE color: 1637014.

HSL color Cylindrical-coordinate representation of color #96FA18: hue angle of 86.55º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96FA18 is Cyan = 0.4, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 24 -
CMYK 0.4 0 0.90 0.02
HSL 86.55º 0.96% 0.54% -
HSV(B) 86.55º 0.9% 0.98% -
XYZ 46.93 74.92 12.85 -
YUV 194.34 31.87 96.38 -
System Red Green Blue C M Y K H S L
Decimal 150 250 24 0.4 0 0.90 0.02 86.55 0.96 0.54
Hex 96 FA 18 28 0 5A 2 57 60 36
Octal 226 372 30 50 0 132 2 127 140 66
Binary 10010110 11111010 11000 101000 0 1011010 10 1010111 1100000 110110

Color Harmonies of #96FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA18

Black with #96FA18

Text Example


Text Example

White with #96FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,24); }

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

background-color css

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

 a { background-color: rgb(150,250,24); }

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

border-color css

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

 span { border-color: rgb(150,250,24); }

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