Html Css Color HEX #96FF0F Spring Bud

📋 copy color: '#96FF0F'

red 150 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #96FF0F

Tints of Spring Bud #96FF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 60.71%

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 35.71%
G = 60.71%
B = 3.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#96FF0F (or 0x96FF0F) is known color: Spring Bud. HEX triplet: 96, FF and 0F. RGB value is (150,255,15). Sum of RGB (Red+Green+Blue) = 150+255+15=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF0F is #6900F0. Grayscale: #C5C5C5. Windows color (decimal): -6881521 or 1048470. OLE color: 1048470.

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

Color convert

RGB 150 255 15 -
CMYK 0.41 0 0.94 0
HSL 86.25º 1% 0.53% -
HSV(B) 86.25º 0.94% 1% -
XYZ 48.42 78.04 12.96 -
YUV 196.25 25.71 95.01 -
System Red Green Blue C M Y K H S L
Decimal 150 255 15 0.41 0 0.94 0 86.25 1 0.53
Hex 96 FF F 29 0 5E 0 56 64 35
Octal 226 377 17 51 0 136 0 126 144 65
Binary 10010110 11111111 1111 101001 0 1011110 0 1010110 1100100 110101

Color Harmonies of #96FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF0F

Black with #96FF0F

Text Example


Text Example

White with #96FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,255,15); }

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

background-color css

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

 a { background-color: rgb(150,255,15); }

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

border-color css

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

 span { border-color: rgb(150,255,15); }

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