Shades of Atlantis #90CF40
Tints of Atlantis #90CF40
RGB
CMYK
RGB Variations
Color information
#90CF40 (or 0x90CF40) is known color: Atlantis. HEX triplet: 90, CF and 40. RGB value is (144,207,64). Sum of RGB (Red+Green+Blue) = 144+207+64=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CF40 is #6F30BF. Grayscale: #ACACAC. Windows color (decimal): -7286976 or 4247440. OLE color: 4247440.
HSL color Cylindrical-coordinate representation of color #90CF40: hue angle of 86.43º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90CF40 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 64 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.19 |
| HSL | 86.43º | 0.6% | 0.53% | - |
| HSV(B) | 86.43º | 0.69% | 0.81% | - |
| XYZ | 34.74 | 50.93 | 12.85 | - |
| YUV | 171.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 64 | 0.30 | 0 | 0.69 | 0.19 | 86.43 | 0.6 | 0.53 |
| Hex | 90 | CF | 40 | 1E | 0 | 45 | 13 | 56 | 3C | 35 |
| Octal | 220 | 317 | 100 | 36 | 0 | 105 | 23 | 126 | 74 | 65 |
| Binary | 10010000 | 11001111 | 1000000 | 11110 | 0 | 1000101 | 10011 | 1010110 | 111100 | 110101 |
Color Harmonies of #90CF40
Complementary color
Monochromatic Colors of #90CF40
Black with #90CF40
Text Example
Text Example
White with #90CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF40; }
p { color: rgb(144,207,64); }
H1.HeaderClassName
{
color: #90CF40;
}
.AnyTagClassName
{
color: #90CF40;
}
</style>
background-color css
<style>
a { background-color: #90CF40; }
a { background-color: rgb(144,207,64); }
div.DivClassName
{
background-color: #90CF40;
}
.BgClassName
{
background-color: #90CF40;
}
</style>
border-color css
<style>
span { border-color: #90CF40; }
span { border-color: rgb(144,207,64); }
td.TdClassName
{
border-color: #90CF40;
}
.TagClassName
{
border-color: #90CF40;
}
</style>