Shades of Atlantis #A8CF3B
Tints of Atlantis #A8CF3B
RGB
CMYK
RGB Variations
Color information
#A8CF3B (or 0xA8CF3B) is known color: Atlantis. HEX triplet: A8, CF and 3B. RGB value is (168,207,59). Sum of RGB (Red+Green+Blue) = 168+207+59=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF3B is #5730C4. Grayscale: #B3B3B3. Windows color (decimal): -5714117 or 3919784. OLE color: 3919784.
HSL color Cylindrical-coordinate representation of color #A8CF3B: hue angle of 75.81º degrees, saturation: 0.61, 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 #A8CF3B is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 59 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.19 |
| HSL | 75.81º | 0.61% | 0.52% | - |
| HSV(B) | 75.81º | 0.71% | 0.81% | - |
| XYZ | 39.25 | 53.27 | 12.35 | - |
| YUV | 178.47 | 60.58 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 59 | 0.19 | 0 | 0.71 | 0.19 | 75.81 | 0.61 | 0.52 |
| Hex | A8 | CF | 3B | 13 | 0 | 47 | 13 | 4C | 3D | 34 |
| Octal | 250 | 317 | 73 | 23 | 0 | 107 | 23 | 114 | 75 | 64 |
| Binary | 10101000 | 11001111 | 111011 | 10011 | 0 | 1000111 | 10011 | 1001100 | 111101 | 110100 |
Color Harmonies of #A8CF3B
Complementary color
Monochromatic Colors of #A8CF3B
Black with #A8CF3B
Text Example
Text Example
White with #A8CF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF3B; }
p { color: rgb(168,207,59); }
H1.HeaderClassName
{
color: #A8CF3B;
}
.AnyTagClassName
{
color: #A8CF3B;
}
</style>
background-color css
<style>
a { background-color: #A8CF3B; }
a { background-color: rgb(168,207,59); }
div.DivClassName
{
background-color: #A8CF3B;
}
.BgClassName
{
background-color: #A8CF3B;
}
</style>
border-color css
<style>
span { border-color: #A8CF3B; }
span { border-color: rgb(168,207,59); }
td.TdClassName
{
border-color: #A8CF3B;
}
.TagClassName
{
border-color: #A8CF3B;
}
</style>