Shades of Atlantis #AFCD3A
Tints of Atlantis #AFCD3A
RGB
CMYK
RGB Variations
Color information
#AFCD3A (or 0xAFCD3A) is known color: Atlantis. HEX triplet: AF, CD and 3A. RGB value is (175,205,58). Sum of RGB (Red+Green+Blue) = 175+205+58=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD3A is #5032C5. Grayscale: #B3B3B3. Windows color (decimal): -5255878 or 3853743. OLE color: 3853743.
HSL color Cylindrical-coordinate representation of color #AFCD3A: hue angle of 72.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFCD3A is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 58 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.20 |
| HSL | 72.24º | 0.6% | 0.52% | - |
| HSV(B) | 72.24º | 0.72% | 0.8% | - |
| XYZ | 40.27 | 53.08 | 12.13 | - |
| YUV | 179.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 58 | 0.15 | 0 | 0.72 | 0.20 | 72.24 | 0.6 | 0.52 |
| Hex | AF | CD | 3A | F | 0 | 48 | 14 | 48 | 3C | 34 |
| Octal | 257 | 315 | 72 | 17 | 0 | 110 | 24 | 110 | 74 | 64 |
| Binary | 10101111 | 11001101 | 111010 | 1111 | 0 | 1001000 | 10100 | 1001000 | 111100 | 110100 |
Color Harmonies of #AFCD3A
Complementary color
Monochromatic Colors of #AFCD3A
Black with #AFCD3A
Text Example
Text Example
White with #AFCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD3A; }
p { color: rgb(175,205,58); }
H1.HeaderClassName
{
color: #AFCD3A;
}
.AnyTagClassName
{
color: #AFCD3A;
}
</style>
background-color css
<style>
a { background-color: #AFCD3A; }
a { background-color: rgb(175,205,58); }
div.DivClassName
{
background-color: #AFCD3A;
}
.BgClassName
{
background-color: #AFCD3A;
}
</style>
border-color css
<style>
span { border-color: #AFCD3A; }
span { border-color: rgb(175,205,58); }
td.TdClassName
{
border-color: #AFCD3A;
}
.TagClassName
{
border-color: #AFCD3A;
}
</style>