Shades of Atlantis #A8CF35
Tints of Atlantis #A8CF35
RGB
CMYK
RGB Variations
Color information
#A8CF35 (or 0xA8CF35) is known color: Atlantis. HEX triplet: A8, CF and 35. RGB value is (168,207,53). Sum of RGB (Red+Green+Blue) = 168+207+53=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF35 is #5730CA. Grayscale: #B2B2B2. Windows color (decimal): -5714123 or 3526568. OLE color: 3526568.
HSL color Cylindrical-coordinate representation of color #A8CF35: hue angle of 75.19º degrees, saturation: 0.62, 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 #A8CF35 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 53 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.19 |
| HSL | 75.19º | 0.62% | 0.51% | - |
| HSV(B) | 75.19º | 0.74% | 0.81% | - |
| XYZ | 39.1 | 53.21 | 11.58 | - |
| YUV | 177.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 53 | 0.19 | 0 | 0.74 | 0.19 | 75.19 | 0.62 | 0.51 |
| Hex | A8 | CF | 35 | 13 | 0 | 4A | 13 | 4B | 3E | 33 |
| Octal | 250 | 317 | 65 | 23 | 0 | 112 | 23 | 113 | 76 | 63 |
| Binary | 10101000 | 11001111 | 110101 | 10011 | 0 | 1001010 | 10011 | 1001011 | 111110 | 110011 |
Color Harmonies of #A8CF35
Complementary color
Monochromatic Colors of #A8CF35
Black with #A8CF35
Text Example
Text Example
White with #A8CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF35; }
p { color: rgb(168,207,53); }
H1.HeaderClassName
{
color: #A8CF35;
}
.AnyTagClassName
{
color: #A8CF35;
}
</style>
background-color css
<style>
a { background-color: #A8CF35; }
a { background-color: rgb(168,207,53); }
div.DivClassName
{
background-color: #A8CF35;
}
.BgClassName
{
background-color: #A8CF35;
}
</style>
border-color css
<style>
span { border-color: #A8CF35; }
span { border-color: rgb(168,207,53); }
td.TdClassName
{
border-color: #A8CF35;
}
.TagClassName
{
border-color: #A8CF35;
}
</style>