Shades of Atlantis #A8E33C
Tints of Atlantis #A8E33C
RGB
CMYK
RGB Variations
Color information
#A8E33C (or 0xA8E33C) is known color: Atlantis. HEX triplet: A8, E3 and 3C. RGB value is (168,227,60). Sum of RGB (Red+Green+Blue) = 168+227+60=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E33C is #571CC3. Grayscale: #BEBEBE. Windows color (decimal): -5708996 or 3990440. OLE color: 3990440.
HSL color Cylindrical-coordinate representation of color #A8E33C: hue angle of 81.2º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8E33C is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 60 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.11 |
| HSL | 81.2º | 0.75% | 0.56% | - |
| HSV(B) | 81.2º | 0.74% | 0.89% | - |
| XYZ | 44.43 | 63.59 | 14.21 | - |
| YUV | 190.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 60 | 0.26 | 0 | 0.74 | 0.11 | 81.2 | 0.75 | 0.56 |
| Hex | A8 | E3 | 3C | 1A | 0 | 4A | B | 51 | 4B | 38 |
| Octal | 250 | 343 | 74 | 32 | 0 | 112 | 13 | 121 | 113 | 70 |
| Binary | 10101000 | 11100011 | 111100 | 11010 | 0 | 1001010 | 1011 | 1010001 | 1001011 | 111000 |
Color Harmonies of #A8E33C
Complementary color
Monochromatic Colors of #A8E33C
Black with #A8E33C
Text Example
Text Example
White with #A8E33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E33C; }
p { color: rgb(168,227,60); }
H1.HeaderClassName
{
color: #A8E33C;
}
.AnyTagClassName
{
color: #A8E33C;
}
</style>
background-color css
<style>
a { background-color: #A8E33C; }
a { background-color: rgb(168,227,60); }
div.DivClassName
{
background-color: #A8E33C;
}
.BgClassName
{
background-color: #A8E33C;
}
</style>
border-color css
<style>
span { border-color: #A8E33C; }
span { border-color: rgb(168,227,60); }
td.TdClassName
{
border-color: #A8E33C;
}
.TagClassName
{
border-color: #A8E33C;
}
</style>