#96F004

Color #96F004 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #96F004

Tints of Spring Bud #96F004

Color information

#96F004 (or 0x96F004) is unknown color: approx Spring Bud. HEX triplet: 96, F0 and 04. RGB value is (150,240,4). Sum of RGB (Red+Green+Blue) = 150+240+4=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 240 (94.14% from 255 or 60.91% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 240 - color contains mainly: green. Hex color #96F004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F004 is #690FFB. Grayscale: #BBBBBB. Windows color (decimal): -6885372 or 323734. OLE color: 323734.

HSL color Cylindrical-coordinate representation of color #96F004: hue angle of 82.88º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96F004 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB1502404-
CMYK0.3700.980.06
HSL82.88º96.72%47.84%-
HSV(B)82.88º98.33%94.12%-
XYZ43.7668.8111.09-
YUV186.1925.18102.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 240 (94.14% from 255) = 60.91%
BLUE value IS 4 (1.95% from 255) = 1.02%
R=38.07%
G=60.91%
B=1.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15024040.3700.980.0682.8896.7247.84
Hex96F04250626536130
Octal2263604450142612314160
Binary10010110111100001001001010110001011010100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,240,4); }

 H1.HeaderClassName
 {
   color: #96F004;
 }
 .AnyTagClassName
 {
   color: #96F004;
 }
</style>
background-color css

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

 a { background-color: rgb(150,240,4); }

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

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

 span { border-color: rgb(150,240,4); }

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