Shades of Atlantis #AFDD3A
Tints of Atlantis #AFDD3A
RGB
CMYK
RGB Variations
Color information
#AFDD3A (or 0xAFDD3A) is known color: Atlantis. HEX triplet: AF, DD and 3A. RGB value is (175,221,58). Sum of RGB (Red+Green+Blue) = 175+221+58=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD3A is #5022C5. Grayscale: #BDBDBD. Windows color (decimal): -5251782 or 3857839. OLE color: 3857839.
HSL color Cylindrical-coordinate representation of color #AFDD3A: hue angle of 76.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFDD3A is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 58 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.13 |
| HSL | 76.93º | 0.71% | 0.55% | - |
| HSV(B) | 76.93º | 0.74% | 0.87% | - |
| XYZ | 44.3 | 61.13 | 13.47 | - |
| YUV | 188.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 58 | 0.21 | 0 | 0.74 | 0.13 | 76.93 | 0.71 | 0.55 |
| Hex | AF | DD | 3A | 15 | 0 | 4A | D | 4D | 47 | 37 |
| Octal | 257 | 335 | 72 | 25 | 0 | 112 | 15 | 115 | 107 | 67 |
| Binary | 10101111 | 11011101 | 111010 | 10101 | 0 | 1001010 | 1101 | 1001101 | 1000111 | 110111 |
Color Harmonies of #AFDD3A
Complementary color
Monochromatic Colors of #AFDD3A
Black with #AFDD3A
Text Example
Text Example
White with #AFDD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD3A; }
p { color: rgb(175,221,58); }
H1.HeaderClassName
{
color: #AFDD3A;
}
.AnyTagClassName
{
color: #AFDD3A;
}
</style>
background-color css
<style>
a { background-color: #AFDD3A; }
a { background-color: rgb(175,221,58); }
div.DivClassName
{
background-color: #AFDD3A;
}
.BgClassName
{
background-color: #AFDD3A;
}
</style>
border-color css
<style>
span { border-color: #AFDD3A; }
span { border-color: rgb(175,221,58); }
td.TdClassName
{
border-color: #AFDD3A;
}
.TagClassName
{
border-color: #AFDD3A;
}
</style>