#96FBB0

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

Shades of Pale Green #96FBB0

Tints of Pale Green #96FBB0

Color information

#96FBB0 (or 0x96FBB0) is unknown color: approx Pale Green. HEX triplet: 96, FB and B0. RGB value is (150,251,176). Sum of RGB (Red+Green+Blue) = 150+251+176=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBB0 is #69044F. Grayscale: #D4D4D4. Windows color (decimal): -6882384 or 11598742. OLE color: 11598742.

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

Color convert

RGB150251176-
CMYK0.4000.300.02
HSL135.45º92.66%78.63%-
HSV(B)135.45º40.24%98.43%-
XYZ54.9178.6153.35-
YUV212.25107.5483.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=26.00%
G=43.50%
B=30.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502511760.4000.300.02135.4592.6678.63
Hex96FBB02801E2875d4f
Octal226373260500362207135117
Binary100101101111101110110000101000011110101000011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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