Shades of Atlantis #AFDC36
Tints of Atlantis #AFDC36
RGB
CMYK
RGB Variations
Color information
#AFDC36 (or 0xAFDC36) is known color: Atlantis. HEX triplet: AF, DC and 36. RGB value is (175,220,54). Sum of RGB (Red+Green+Blue) = 175+220+54=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC36 is #5023C9. Grayscale: #BCBCBC. Windows color (decimal): -5252042 or 3595439. OLE color: 3595439.
HSL color Cylindrical-coordinate representation of color #AFDC36: hue angle of 76.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFDC36 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 54 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.14 |
| HSL | 76.27º | 0.7% | 0.54% | - |
| HSV(B) | 76.27º | 0.75% | 0.86% | - |
| XYZ | 43.94 | 60.57 | 12.86 | - |
| YUV | 187.62 | 52.59 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 54 | 0.20 | 0 | 0.75 | 0.14 | 76.27 | 0.7 | 0.54 |
| Hex | AF | DC | 36 | 14 | 0 | 4B | E | 4C | 46 | 36 |
| Octal | 257 | 334 | 66 | 24 | 0 | 113 | 16 | 114 | 106 | 66 |
| Binary | 10101111 | 11011100 | 110110 | 10100 | 0 | 1001011 | 1110 | 1001100 | 1000110 | 110110 |
Color Harmonies of #AFDC36
Complementary color
Monochromatic Colors of #AFDC36
Black with #AFDC36
Text Example
Text Example
White with #AFDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC36; }
p { color: rgb(175,220,54); }
H1.HeaderClassName
{
color: #AFDC36;
}
.AnyTagClassName
{
color: #AFDC36;
}
</style>
background-color css
<style>
a { background-color: #AFDC36; }
a { background-color: rgb(175,220,54); }
div.DivClassName
{
background-color: #AFDC36;
}
.BgClassName
{
background-color: #AFDC36;
}
</style>
border-color css
<style>
span { border-color: #AFDC36; }
span { border-color: rgb(175,220,54); }
td.TdClassName
{
border-color: #AFDC36;
}
.TagClassName
{
border-color: #AFDC36;
}
</style>