Shades of Atlantis #96CF4A
Tints of Atlantis #96CF4A
RGB
CMYK
RGB Variations
Color information
#96CF4A (or 0x96CF4A) is known color: Atlantis. HEX triplet: 96, CF and 4A. RGB value is (150,207,74). Sum of RGB (Red+Green+Blue) = 150+207+74=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF4A is #6930B5. Grayscale: #AFAFAF. Windows color (decimal): -6893750 or 4902806. OLE color: 4902806.
HSL color Cylindrical-coordinate representation of color #96CF4A: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96CF4A is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 74 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.19 |
| HSL | 85.71º | 0.58% | 0.55% | - |
| HSV(B) | 85.71º | 0.64% | 0.81% | - |
| XYZ | 36.13 | 51.6 | 14.54 | - |
| YUV | 174.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 74 | 0.28 | 0 | 0.64 | 0.19 | 85.71 | 0.58 | 0.55 |
| Hex | 96 | CF | 4A | 1C | 0 | 40 | 13 | 56 | 3A | 37 |
| Octal | 226 | 317 | 112 | 34 | 0 | 100 | 23 | 126 | 72 | 67 |
| Binary | 10010110 | 11001111 | 1001010 | 11100 | 0 | 1000000 | 10011 | 1010110 | 111010 | 110111 |
Color Harmonies of #96CF4A
Complementary color
Monochromatic Colors of #96CF4A
Black with #96CF4A
Text Example
Text Example
White with #96CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF4A; }
p { color: rgb(150,207,74); }
H1.HeaderClassName
{
color: #96CF4A;
}
.AnyTagClassName
{
color: #96CF4A;
}
</style>
background-color css
<style>
a { background-color: #96CF4A; }
a { background-color: rgb(150,207,74); }
div.DivClassName
{
background-color: #96CF4A;
}
.BgClassName
{
background-color: #96CF4A;
}
</style>
border-color css
<style>
span { border-color: #96CF4A; }
span { border-color: rgb(150,207,74); }
td.TdClassName
{
border-color: #96CF4A;
}
.TagClassName
{
border-color: #96CF4A;
}
</style>