Shades of Atlantis #90CF3F
Tints of Atlantis #90CF3F
RGB
CMYK
RGB Variations
Color information
#90CF3F (or 0x90CF3F) is known color: Atlantis. HEX triplet: 90, CF and 3F. RGB value is (144,207,63). Sum of RGB (Red+Green+Blue) = 144+207+63=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CF3F is #6F30C0. Grayscale: #ACACAC. Windows color (decimal): -7286977 or 4181904. OLE color: 4181904.
HSL color Cylindrical-coordinate representation of color #90CF3F: hue angle of 86.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90CF3F is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 63 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.19 |
| HSL | 86.25º | 0.6% | 0.53% | - |
| HSV(B) | 86.25º | 0.7% | 0.81% | - |
| XYZ | 34.71 | 50.91 | 12.7 | - |
| YUV | 171.75 | 66.63 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 63 | 0.30 | 0 | 0.70 | 0.19 | 86.25 | 0.6 | 0.53 |
| Hex | 90 | CF | 3F | 1E | 0 | 46 | 13 | 56 | 3C | 35 |
| Octal | 220 | 317 | 77 | 36 | 0 | 106 | 23 | 126 | 74 | 65 |
| Binary | 10010000 | 11001111 | 111111 | 11110 | 0 | 1000110 | 10011 | 1010110 | 111100 | 110101 |
Color Harmonies of #90CF3F
Complementary color
Monochromatic Colors of #90CF3F
Black with #90CF3F
Text Example
Text Example
White with #90CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF3F; }
p { color: rgb(144,207,63); }
H1.HeaderClassName
{
color: #90CF3F;
}
.AnyTagClassName
{
color: #90CF3F;
}
</style>
background-color css
<style>
a { background-color: #90CF3F; }
a { background-color: rgb(144,207,63); }
div.DivClassName
{
background-color: #90CF3F;
}
.BgClassName
{
background-color: #90CF3F;
}
</style>
border-color css
<style>
span { border-color: #90CF3F; }
span { border-color: rgb(144,207,63); }
td.TdClassName
{
border-color: #90CF3F;
}
.TagClassName
{
border-color: #90CF3F;
}
</style>