Shades of Atlantis #AFDC3A
Tints of Atlantis #AFDC3A
RGB
CMYK
RGB Variations
Color information
#AFDC3A (or 0xAFDC3A) is known color: Atlantis. HEX triplet: AF, DC and 3A. RGB value is (175,220,58). Sum of RGB (Red+Green+Blue) = 175+220+58=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC3A is #5023C5. Grayscale: #BCBCBC. Windows color (decimal): -5252038 or 3857583. OLE color: 3857583.
HSL color Cylindrical-coordinate representation of color #AFDC3A: hue angle of 76.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFDC3A is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 58 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.14 |
| HSL | 76.67º | 0.7% | 0.55% | - |
| HSV(B) | 76.67º | 0.74% | 0.86% | - |
| XYZ | 44.04 | 60.61 | 13.38 | - |
| YUV | 188.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 58 | 0.20 | 0 | 0.74 | 0.14 | 76.67 | 0.7 | 0.55 |
| Hex | AF | DC | 3A | 14 | 0 | 4A | E | 4D | 46 | 37 |
| Octal | 257 | 334 | 72 | 24 | 0 | 112 | 16 | 115 | 106 | 67 |
| Binary | 10101111 | 11011100 | 111010 | 10100 | 0 | 1001010 | 1110 | 1001101 | 1000110 | 110111 |
Color Harmonies of #AFDC3A
Complementary color
Monochromatic Colors of #AFDC3A
Black with #AFDC3A
Text Example
Text Example
White with #AFDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC3A; }
p { color: rgb(175,220,58); }
H1.HeaderClassName
{
color: #AFDC3A;
}
.AnyTagClassName
{
color: #AFDC3A;
}
</style>
background-color css
<style>
a { background-color: #AFDC3A; }
a { background-color: rgb(175,220,58); }
div.DivClassName
{
background-color: #AFDC3A;
}
.BgClassName
{
background-color: #AFDC3A;
}
</style>
border-color css
<style>
span { border-color: #AFDC3A; }
span { border-color: rgb(175,220,58); }
td.TdClassName
{
border-color: #AFDC3A;
}
.TagClassName
{
border-color: #AFDC3A;
}
</style>