Shades of Atlantis #ABCE35
Tints of Atlantis #ABCE35
RGB
CMYK
RGB Variations
Color information
#ABCE35 (or 0xABCE35) is known color: Atlantis. HEX triplet: AB, CE and 35. RGB value is (171,206,53). Sum of RGB (Red+Green+Blue) = 171+206+53=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE35 is #5431CA. Grayscale: #B2B2B2. Windows color (decimal): -5517771 or 3526315. OLE color: 3526315.
HSL color Cylindrical-coordinate representation of color #ABCE35: hue angle of 73.73º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABCE35 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 53 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.19 |
| HSL | 73.73º | 0.61% | 0.51% | - |
| HSV(B) | 73.73º | 0.74% | 0.81% | - |
| XYZ | 39.51 | 53.06 | 11.53 | - |
| YUV | 178.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 53 | 0.17 | 0 | 0.74 | 0.19 | 73.73 | 0.61 | 0.51 |
| Hex | AB | CE | 35 | 11 | 0 | 4A | 13 | 4A | 3D | 33 |
| Octal | 253 | 316 | 65 | 21 | 0 | 112 | 23 | 112 | 75 | 63 |
| Binary | 10101011 | 11001110 | 110101 | 10001 | 0 | 1001010 | 10011 | 1001010 | 111101 | 110011 |
Color Harmonies of #ABCE35
Complementary color
Monochromatic Colors of #ABCE35
Black with #ABCE35
Text Example
Text Example
White with #ABCE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE35; }
p { color: rgb(171,206,53); }
H1.HeaderClassName
{
color: #ABCE35;
}
.AnyTagClassName
{
color: #ABCE35;
}
</style>
background-color css
<style>
a { background-color: #ABCE35; }
a { background-color: rgb(171,206,53); }
div.DivClassName
{
background-color: #ABCE35;
}
.BgClassName
{
background-color: #ABCE35;
}
</style>
border-color css
<style>
span { border-color: #ABCE35; }
span { border-color: rgb(171,206,53); }
td.TdClassName
{
border-color: #ABCE35;
}
.TagClassName
{
border-color: #ABCE35;
}
</style>