Shades of Atlantis #ABCF3C
Tints of Atlantis #ABCF3C
RGB
CMYK
RGB Variations
Color information
#ABCF3C (or 0xABCF3C) is known color: Atlantis. HEX triplet: AB, CF and 3C. RGB value is (171,207,60). Sum of RGB (Red+Green+Blue) = 171+207+60=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF3C is #5430C3. Grayscale: #B4B4B4. Windows color (decimal): -5517508 or 3985323. OLE color: 3985323.
HSL color Cylindrical-coordinate representation of color #ABCF3C: hue angle of 74.69º 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 #ABCF3C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 60 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.19 |
| HSL | 74.69º | 0.6% | 0.52% | - |
| HSV(B) | 74.69º | 0.71% | 0.81% | - |
| XYZ | 39.92 | 53.61 | 12.52 | - |
| YUV | 179.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 60 | 0.17 | 0 | 0.71 | 0.19 | 74.69 | 0.6 | 0.52 |
| Hex | AB | CF | 3C | 11 | 0 | 47 | 13 | 4B | 3C | 34 |
| Octal | 253 | 317 | 74 | 21 | 0 | 107 | 23 | 113 | 74 | 64 |
| Binary | 10101011 | 11001111 | 111100 | 10001 | 0 | 1000111 | 10011 | 1001011 | 111100 | 110100 |
Color Harmonies of #ABCF3C
Complementary color
Monochromatic Colors of #ABCF3C
Black with #ABCF3C
Text Example
Text Example
White with #ABCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF3C; }
p { color: rgb(171,207,60); }
H1.HeaderClassName
{
color: #ABCF3C;
}
.AnyTagClassName
{
color: #ABCF3C;
}
</style>
background-color css
<style>
a { background-color: #ABCF3C; }
a { background-color: rgb(171,207,60); }
div.DivClassName
{
background-color: #ABCF3C;
}
.BgClassName
{
background-color: #ABCF3C;
}
</style>
border-color css
<style>
span { border-color: #ABCF3C; }
span { border-color: rgb(171,207,60); }
td.TdClassName
{
border-color: #ABCF3C;
}
.TagClassName
{
border-color: #ABCF3C;
}
</style>