#96F9B0

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

Shades of Pale Green #96F9B0

Tints of Pale Green #96F9B0

Color information

#96F9B0 (or 0x96F9B0) is unknown color: approx Pale Green. HEX triplet: 96, F9 and B0. RGB value is (150,249,176). Sum of RGB (Red+Green+Blue) = 150+249+176=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F9B0 is #69064F. Grayscale: #D3D3D3. Windows color (decimal): -6882896 or 11598230. OLE color: 11598230.

HSL color Cylindrical-coordinate representation of color #96F9B0: hue angle of 135.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9B0 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB150249176-
CMYK0.4000.290.02
HSL135.76º89.19%78.24%-
HSV(B)135.76º39.76%97.65%-
XYZ54.2977.3753.15-
YUV211.08108.284.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 249 (97.66% from 255) = 43.30%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=26.09%
G=43.30%
B=30.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491760.4000.290.02135.7689.1978.24
Hex96F9B02801D288594e
Octal226371260500352210131116
Binary100101101111100110110000101000011101101000100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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