#96F93A

Color #96F93A Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #96F93A

Tints of Green Yellow #96F93A

Color information

#96F93A (or 0x96F93A) is unknown color: approx Green Yellow. HEX triplet: 96, F9 and 3A. RGB value is (150,249,58). Sum of RGB (Red+Green+Blue) = 150+249+58=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #96F93A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F93A is #6906C5. Grayscale: #C6C6C6. Windows color (decimal): -6883014 or 3864982. OLE color: 3864982.

HSL color Cylindrical-coordinate representation of color #96F93A: hue angle of 91.1º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96F93A is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB15024958-
CMYK0.4000.770.02
HSL91.1º94.09%60.2%-
HSV(B)91.1º76.71%97.65%-
XYZ47.2274.5415.9-
YUV197.6249.294.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 249 (97.66% from 255) = 54.49%
BLUE value IS 58 (23.05% from 255) = 12.69%
R=32.82%
G=54.49%
B=12.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150249580.4000.770.0291.194.0960.2
Hex96F93A2804D25b5e3c
Octal22637172500115213313674
Binary1001011011111001111010101000010011011010110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,249,58); }

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

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

 a { background-color: rgb(150,249,58); }

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

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

 span { border-color: rgb(150,249,58); }

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