Shades of Atlantis #A8DE34
Tints of Atlantis #A8DE34
RGB
CMYK
RGB Variations
Color information
#A8DE34 (or 0xA8DE34) is known color: Atlantis. HEX triplet: A8, DE and 34. RGB value is (168,222,52). Sum of RGB (Red+Green+Blue) = 168+222+52=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE34 is #5721CB. Grayscale: #BBBBBB. Windows color (decimal): -5710284 or 3464872. OLE color: 3464872.
HSL color Cylindrical-coordinate representation of color #A8DE34: hue angle of 79.06º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8DE34 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 52 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.13 |
| HSL | 79.06º | 0.72% | 0.54% | - |
| HSV(B) | 79.06º | 0.77% | 0.87% | - |
| XYZ | 42.89 | 60.82 | 12.73 | - |
| YUV | 186.47 | 52.11 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 52 | 0.24 | 0 | 0.77 | 0.13 | 79.06 | 0.72 | 0.54 |
| Hex | A8 | DE | 34 | 18 | 0 | 4D | D | 4F | 48 | 36 |
| Octal | 250 | 336 | 64 | 30 | 0 | 115 | 15 | 117 | 110 | 66 |
| Binary | 10101000 | 11011110 | 110100 | 11000 | 0 | 1001101 | 1101 | 1001111 | 1001000 | 110110 |
Color Harmonies of #A8DE34
Complementary color
Monochromatic Colors of #A8DE34
Black with #A8DE34
Text Example
Text Example
White with #A8DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE34; }
p { color: rgb(168,222,52); }
H1.HeaderClassName
{
color: #A8DE34;
}
.AnyTagClassName
{
color: #A8DE34;
}
</style>
background-color css
<style>
a { background-color: #A8DE34; }
a { background-color: rgb(168,222,52); }
div.DivClassName
{
background-color: #A8DE34;
}
.BgClassName
{
background-color: #A8DE34;
}
</style>
border-color css
<style>
span { border-color: #A8DE34; }
span { border-color: rgb(168,222,52); }
td.TdClassName
{
border-color: #A8DE34;
}
.TagClassName
{
border-color: #A8DE34;
}
</style>