Shades of Atlantis #AFD23A
Tints of Atlantis #AFD23A
RGB
CMYK
RGB Variations
Color information
#AFD23A (or 0xAFD23A) is known color: Atlantis. HEX triplet: AF, D2 and 3A. RGB value is (175,210,58). Sum of RGB (Red+Green+Blue) = 175+210+58=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD23A is #502DC5. Grayscale: #B6B6B6. Windows color (decimal): -5254598 or 3855023. OLE color: 3855023.
HSL color Cylindrical-coordinate representation of color #AFD23A: hue angle of 73.82º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFD23A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 58 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.18 |
| HSL | 73.82º | 0.63% | 0.53% | - |
| HSV(B) | 73.82º | 0.72% | 0.82% | - |
| XYZ | 41.49 | 55.51 | 12.53 | - |
| YUV | 182.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 58 | 0.17 | 0 | 0.72 | 0.18 | 73.82 | 0.63 | 0.53 |
| Hex | AF | D2 | 3A | 11 | 0 | 48 | 12 | 4A | 3F | 35 |
| Octal | 257 | 322 | 72 | 21 | 0 | 110 | 22 | 112 | 77 | 65 |
| Binary | 10101111 | 11010010 | 111010 | 10001 | 0 | 1001000 | 10010 | 1001010 | 111111 | 110101 |
Color Harmonies of #AFD23A
Complementary color
Monochromatic Colors of #AFD23A
Black with #AFD23A
Text Example
Text Example
White with #AFD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD23A; }
p { color: rgb(175,210,58); }
H1.HeaderClassName
{
color: #AFD23A;
}
.AnyTagClassName
{
color: #AFD23A;
}
</style>
background-color css
<style>
a { background-color: #AFD23A; }
a { background-color: rgb(175,210,58); }
div.DivClassName
{
background-color: #AFD23A;
}
.BgClassName
{
background-color: #AFD23A;
}
</style>
border-color css
<style>
span { border-color: #AFD23A; }
span { border-color: rgb(175,210,58); }
td.TdClassName
{
border-color: #AFD23A;
}
.TagClassName
{
border-color: #AFD23A;
}
</style>