Shades of Pale Green #96FAB0
Tints of Pale Green #96FAB0
RGB
CMYK
RGB Variations
Color information
#96FAB0 (or 0x96FAB0) is known color: Pale Green. HEX triplet: 96, FA and B0. RGB value is (150,250,176). Sum of RGB (Red+Green+Blue) = 150+250+176=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAB0 is #69054F. Grayscale: #D3D3D3. Windows color (decimal): -6882640 or 11598486. OLE color: 11598486.
HSL color Cylindrical-coordinate representation of color #96FAB0: hue angle of 135.6º degrees, saturation: 0.91, 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 #96FAB0 is Cyan = 0.4, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 176 | - |
| CMYK | 0.4 | 0 | 0.30 | 0.02 |
| HSL | 135.6º | 0.91% | 0.78% | - |
| HSV(B) | 135.6º | 0.4% | 0.98% | - |
| XYZ | 54.6 | 77.99 | 53.25 | - |
| YUV | 211.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 176 | 0.4 | 0 | 0.30 | 0.02 | 135.6 | 0.91 | 0.78 |
| Hex | 96 | FA | B0 | 28 | 0 | 1E | 2 | 88 | 5B | 4E |
| Octal | 226 | 372 | 260 | 50 | 0 | 36 | 2 | 210 | 133 | 116 |
| Binary | 10010110 | 11111010 | 10110000 | 101000 | 0 | 11110 | 10 | 10001000 | 1011011 | 1001110 |
Color Harmonies of #96FAB0
Complementary color
Monochromatic Colors of #96FAB0
Black with #96FAB0
Text Example
Text Example
White with #96FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FAB0; }
p { color: rgb(150,250,176); }
H1.HeaderClassName
{
color: #96FAB0;
}
.AnyTagClassName
{
color: #96FAB0;
}
</style>
background-color css
<style>
a { background-color: #96FAB0; }
a { background-color: rgb(150,250,176); }
div.DivClassName
{
background-color: #96FAB0;
}
.BgClassName
{
background-color: #96FAB0;
}
</style>
border-color css
<style>
span { border-color: #96FAB0; }
span { border-color: rgb(150,250,176); }
td.TdClassName
{
border-color: #96FAB0;
}
.TagClassName
{
border-color: #96FAB0;
}
</style>