Shades of Atlantis #AFDA3A
Tints of Atlantis #AFDA3A
RGB
CMYK
RGB Variations
Color information
#AFDA3A (or 0xAFDA3A) is known color: Atlantis. HEX triplet: AF, DA and 3A. RGB value is (175,218,58). Sum of RGB (Red+Green+Blue) = 175+218+58=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA3A is #5025C5. Grayscale: #BBBBBB. Windows color (decimal): -5252550 or 3857071. OLE color: 3857071.
HSL color Cylindrical-coordinate representation of color #AFDA3A: hue angle of 76.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFDA3A is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 58 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.15 |
| HSL | 76.13º | 0.68% | 0.54% | - |
| HSV(B) | 76.13º | 0.73% | 0.85% | - |
| XYZ | 43.51 | 59.56 | 13.21 | - |
| YUV | 186.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 58 | 0.20 | 0 | 0.73 | 0.15 | 76.13 | 0.68 | 0.54 |
| Hex | AF | DA | 3A | 14 | 0 | 49 | F | 4C | 44 | 36 |
| Octal | 257 | 332 | 72 | 24 | 0 | 111 | 17 | 114 | 104 | 66 |
| Binary | 10101111 | 11011010 | 111010 | 10100 | 0 | 1001001 | 1111 | 1001100 | 1000100 | 110110 |
Color Harmonies of #AFDA3A
Complementary color
Monochromatic Colors of #AFDA3A
Black with #AFDA3A
Text Example
Text Example
White with #AFDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA3A; }
p { color: rgb(175,218,58); }
H1.HeaderClassName
{
color: #AFDA3A;
}
.AnyTagClassName
{
color: #AFDA3A;
}
</style>
background-color css
<style>
a { background-color: #AFDA3A; }
a { background-color: rgb(175,218,58); }
div.DivClassName
{
background-color: #AFDA3A;
}
.BgClassName
{
background-color: #AFDA3A;
}
</style>
border-color css
<style>
span { border-color: #AFDA3A; }
span { border-color: rgb(175,218,58); }
td.TdClassName
{
border-color: #AFDA3A;
}
.TagClassName
{
border-color: #AFDA3A;
}
</style>