#96f02e

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

Shades of Green Yellow #96F02E

Tints of Green Yellow #96F02E

Color information

#96F02E (or 0x96F02E) is unknown color: approx Green Yellow. HEX triplet: 96, F0 and 2E. RGB value is (150,240,46). Sum of RGB (Red+Green+Blue) = 150+240+46=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #96F02E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F02E is #690FD1. Grayscale: #BFBFBF. Windows color (decimal): -6885330 or 3076246. OLE color: 3076246.

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

Color convert

RGB15024046-
CMYK0.3700.810.06
HSL87.84º86.61%56.08%-
HSV(B)87.84º80.83%94.12%-
XYZ44.236913.57-
YUV190.9746.1898.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 240 (94.14% from 255) = 55.05%
BLUE value IS 46 (18.36% from 255) = 10.55%
R=34.40%
G=55.05%
B=10.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150240460.3700.810.0687.8486.6156.08
Hex96F02E250516585738
Octal22636056450121613012770
Binary10010110111100001011101001010101000111010110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96f02e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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