Shades of Atlantis #90CF46
Tints of Atlantis #90CF46
RGB
CMYK
RGB Variations
Color information
#90CF46 (or 0x90CF46) is known color: Atlantis. HEX triplet: 90, CF and 46. RGB value is (144,207,70). Sum of RGB (Red+Green+Blue) = 144+207+70=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CF46 is #6F30B9. Grayscale: #ADADAD. Windows color (decimal): -7286970 or 4640656. OLE color: 4640656.
HSL color Cylindrical-coordinate representation of color #90CF46: hue angle of 87.59º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90CF46 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 70 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.19 |
| HSL | 87.59º | 0.59% | 0.54% | - |
| HSV(B) | 87.59º | 0.66% | 0.81% | - |
| XYZ | 34.92 | 51 | 13.8 | - |
| YUV | 172.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 70 | 0.30 | 0 | 0.66 | 0.19 | 87.59 | 0.59 | 0.54 |
| Hex | 90 | CF | 46 | 1E | 0 | 42 | 13 | 58 | 3B | 36 |
| Octal | 220 | 317 | 106 | 36 | 0 | 102 | 23 | 130 | 73 | 66 |
| Binary | 10010000 | 11001111 | 1000110 | 11110 | 0 | 1000010 | 10011 | 1011000 | 111011 | 110110 |
Color Harmonies of #90CF46
Complementary color
Monochromatic Colors of #90CF46
Black with #90CF46
Text Example
Text Example
White with #90CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF46; }
p { color: rgb(144,207,70); }
H1.HeaderClassName
{
color: #90CF46;
}
.AnyTagClassName
{
color: #90CF46;
}
</style>
background-color css
<style>
a { background-color: #90CF46; }
a { background-color: rgb(144,207,70); }
div.DivClassName
{
background-color: #90CF46;
}
.BgClassName
{
background-color: #90CF46;
}
</style>
border-color css
<style>
span { border-color: #90CF46; }
span { border-color: rgb(144,207,70); }
td.TdClassName
{
border-color: #90CF46;
}
.TagClassName
{
border-color: #90CF46;
}
</style>