Shades of Atlantis #AFCE3C
Tints of Atlantis #AFCE3C
RGB
CMYK
RGB Variations
Color information
#AFCE3C (or 0xAFCE3C) is known color: Atlantis. HEX triplet: AF, CE and 3C. RGB value is (175,206,60). Sum of RGB (Red+Green+Blue) = 175+206+60=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE3C is #5031C3. Grayscale: #B4B4B4. Windows color (decimal): -5255620 or 3985071. OLE color: 3985071.
HSL color Cylindrical-coordinate representation of color #AFCE3C: hue angle of 72.74º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFCE3C is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 60 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.19 |
| HSL | 72.74º | 0.6% | 0.52% | - |
| HSV(B) | 72.74º | 0.71% | 0.81% | - |
| XYZ | 40.57 | 53.58 | 12.48 | - |
| YUV | 180.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 60 | 0.15 | 0 | 0.71 | 0.19 | 72.74 | 0.6 | 0.52 |
| Hex | AF | CE | 3C | F | 0 | 47 | 13 | 49 | 3C | 34 |
| Octal | 257 | 316 | 74 | 17 | 0 | 107 | 23 | 111 | 74 | 64 |
| Binary | 10101111 | 11001110 | 111100 | 1111 | 0 | 1000111 | 10011 | 1001001 | 111100 | 110100 |
Color Harmonies of #AFCE3C
Complementary color
Monochromatic Colors of #AFCE3C
Black with #AFCE3C
Text Example
Text Example
White with #AFCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE3C; }
p { color: rgb(175,206,60); }
H1.HeaderClassName
{
color: #AFCE3C;
}
.AnyTagClassName
{
color: #AFCE3C;
}
</style>
background-color css
<style>
a { background-color: #AFCE3C; }
a { background-color: rgb(175,206,60); }
div.DivClassName
{
background-color: #AFCE3C;
}
.BgClassName
{
background-color: #AFCE3C;
}
</style>
border-color css
<style>
span { border-color: #AFCE3C; }
span { border-color: rgb(175,206,60); }
td.TdClassName
{
border-color: #AFCE3C;
}
.TagClassName
{
border-color: #AFCE3C;
}
</style>