Shades of Atlantis #90CF38
Tints of Atlantis #90CF38
RGB
CMYK
RGB Variations
Color information
#90CF38 (or 0x90CF38) is known color: Atlantis. HEX triplet: 90, CF and 38. RGB value is (144,207,56). Sum of RGB (Red+Green+Blue) = 144+207+56=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CF38 is #6F30C7. Grayscale: #ABABAB. Windows color (decimal): -7286984 or 3723152. OLE color: 3723152.
HSL color Cylindrical-coordinate representation of color #90CF38: hue angle of 85.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90CF38 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 56 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.19 |
| HSL | 85.03º | 0.61% | 0.52% | - |
| HSV(B) | 85.03º | 0.73% | 0.81% | - |
| XYZ | 34.53 | 50.84 | 11.73 | - |
| YUV | 170.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 56 | 0.30 | 0 | 0.73 | 0.19 | 85.03 | 0.61 | 0.52 |
| Hex | 90 | CF | 38 | 1E | 0 | 49 | 13 | 55 | 3D | 34 |
| Octal | 220 | 317 | 70 | 36 | 0 | 111 | 23 | 125 | 75 | 64 |
| Binary | 10010000 | 11001111 | 111000 | 11110 | 0 | 1001001 | 10011 | 1010101 | 111101 | 110100 |
Color Harmonies of #90CF38
Complementary color
Monochromatic Colors of #90CF38
Black with #90CF38
Text Example
Text Example
White with #90CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF38; }
p { color: rgb(144,207,56); }
H1.HeaderClassName
{
color: #90CF38;
}
.AnyTagClassName
{
color: #90CF38;
}
</style>
background-color css
<style>
a { background-color: #90CF38; }
a { background-color: rgb(144,207,56); }
div.DivClassName
{
background-color: #90CF38;
}
.BgClassName
{
background-color: #90CF38;
}
</style>
border-color css
<style>
span { border-color: #90CF38; }
span { border-color: rgb(144,207,56); }
td.TdClassName
{
border-color: #90CF38;
}
.TagClassName
{
border-color: #90CF38;
}
</style>