Html Css Color HEX #96FA08 Spring Bud

📋 copy color: '#96FA08'

red 150 ◦ green 250 ◦ blue 8

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

Shades of Spring Bud #96FA08

Tints of Spring Bud #96FA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.96%

R = 36.76%
G = 61.27%
B = 1.96%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#96FA08 (or 0x96FA08) is known color: Spring Bud. HEX triplet: 96, FA and 08. RGB value is (150,250,8). Sum of RGB (Red+Green+Blue) = 150+250+8=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FA08 is #6905F7. Grayscale: #C1C1C1. Windows color (decimal): -6882808 or 588438. OLE color: 588438.

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

Color convert

RGB 150 250 8 -
CMYK 0.4 0 0.97 0.02
HSL 84.79º 0.96% 0.51% -
HSV(B) 84.79º 0.97% 0.98% -
XYZ 46.81 74.87 12.21 -
YUV 192.51 23.87 97.68 -
System Red Green Blue C M Y K H S L
Decimal 150 250 8 0.4 0 0.97 0.02 84.79 0.96 0.51
Hex 96 FA 8 28 0 61 2 55 60 33
Octal 226 372 10 50 0 141 2 125 140 63
Binary 10010110 11111010 1000 101000 0 1100001 10 1010101 1100000 110011

Color Harmonies of #96FA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA08

Black with #96FA08

Text Example


Text Example

White with #96FA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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