Shades of Atlantis #90CE4A
Tints of Atlantis #90CE4A
RGB
CMYK
RGB Variations
Color information
#90CE4A (or 0x90CE4A) is known color: Atlantis. HEX triplet: 90, CE and 4A. RGB value is (144,206,74). Sum of RGB (Red+Green+Blue) = 144+206+74=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CE4A is #6F31B5. Grayscale: #ACACAC. Windows color (decimal): -7287222 or 4902544. OLE color: 4902544.
HSL color Cylindrical-coordinate representation of color #90CE4A: hue angle of 88.18º degrees, saturation: 0.57, 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 #90CE4A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 74 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.19 |
| HSL | 88.18º | 0.57% | 0.55% | - |
| HSV(B) | 88.18º | 0.64% | 0.81% | - |
| XYZ | 34.81 | 50.57 | 14.4 | - |
| YUV | 172.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 74 | 0.30 | 0 | 0.64 | 0.19 | 88.18 | 0.57 | 0.55 |
| Hex | 90 | CE | 4A | 1E | 0 | 40 | 13 | 58 | 39 | 37 |
| Octal | 220 | 316 | 112 | 36 | 0 | 100 | 23 | 130 | 71 | 67 |
| Binary | 10010000 | 11001110 | 1001010 | 11110 | 0 | 1000000 | 10011 | 1011000 | 111001 | 110111 |
Color Harmonies of #90CE4A
Complementary color
Monochromatic Colors of #90CE4A
Black with #90CE4A
Text Example
Text Example
White with #90CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE4A; }
p { color: rgb(144,206,74); }
H1.HeaderClassName
{
color: #90CE4A;
}
.AnyTagClassName
{
color: #90CE4A;
}
</style>
background-color css
<style>
a { background-color: #90CE4A; }
a { background-color: rgb(144,206,74); }
div.DivClassName
{
background-color: #90CE4A;
}
.BgClassName
{
background-color: #90CE4A;
}
</style>
border-color css
<style>
span { border-color: #90CE4A; }
span { border-color: rgb(144,206,74); }
td.TdClassName
{
border-color: #90CE4A;
}
.TagClassName
{
border-color: #90CE4A;
}
</style>