Shades of Atlantis #AFD23C
Tints of Atlantis #AFD23C
RGB
CMYK
RGB Variations
Color information
#AFD23C (or 0xAFD23C) is known color: Atlantis. HEX triplet: AF, D2 and 3C. RGB value is (175,210,60). Sum of RGB (Red+Green+Blue) = 175+210+60=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD23C is #502DC3. Grayscale: #B6B6B6. Windows color (decimal): -5254596 or 3986095. OLE color: 3986095.
HSL color Cylindrical-coordinate representation of color #AFD23C: hue angle of 74º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFD23C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 60 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.18 |
| HSL | 74º | 0.63% | 0.53% | - |
| HSV(B) | 74º | 0.71% | 0.82% | - |
| XYZ | 41.54 | 55.53 | 12.8 | - |
| YUV | 182.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 60 | 0.17 | 0 | 0.71 | 0.18 | 74 | 0.63 | 0.53 |
| Hex | AF | D2 | 3C | 11 | 0 | 47 | 12 | 4A | 3E | 35 |
| Octal | 257 | 322 | 74 | 21 | 0 | 107 | 22 | 112 | 76 | 65 |
| Binary | 10101111 | 11010010 | 111100 | 10001 | 0 | 1000111 | 10010 | 1001010 | 111110 | 110101 |
Color Harmonies of #AFD23C
Complementary color
Monochromatic Colors of #AFD23C
Black with #AFD23C
Text Example
Text Example
White with #AFD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD23C; }
p { color: rgb(175,210,60); }
H1.HeaderClassName
{
color: #AFD23C;
}
.AnyTagClassName
{
color: #AFD23C;
}
</style>
background-color css
<style>
a { background-color: #AFD23C; }
a { background-color: rgb(175,210,60); }
div.DivClassName
{
background-color: #AFD23C;
}
.BgClassName
{
background-color: #AFD23C;
}
</style>
border-color css
<style>
span { border-color: #AFD23C; }
span { border-color: rgb(175,210,60); }
td.TdClassName
{
border-color: #AFD23C;
}
.TagClassName
{
border-color: #AFD23C;
}
</style>