Shades of Atlantis #A2CF38
Tints of Atlantis #A2CF38
RGB
CMYK
RGB Variations
Color information
#A2CF38 (or 0xA2CF38) is known color: Atlantis. HEX triplet: A2, CF and 38. RGB value is (162,207,56). Sum of RGB (Red+Green+Blue) = 162+207+56=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF38 is #5D30C7. Grayscale: #B0B0B0. Windows color (decimal): -6107336 or 3723170. OLE color: 3723170.
HSL color Cylindrical-coordinate representation of color #A2CF38: hue angle of 77.88º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2CF38 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 56 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.19 |
| HSL | 77.88º | 0.61% | 0.52% | - |
| HSV(B) | 77.88º | 0.73% | 0.81% | - |
| XYZ | 37.93 | 52.59 | 11.89 | - |
| YUV | 176.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 56 | 0.22 | 0 | 0.73 | 0.19 | 77.88 | 0.61 | 0.52 |
| Hex | A2 | CF | 38 | 16 | 0 | 49 | 13 | 4E | 3D | 34 |
| Octal | 242 | 317 | 70 | 26 | 0 | 111 | 23 | 116 | 75 | 64 |
| Binary | 10100010 | 11001111 | 111000 | 10110 | 0 | 1001001 | 10011 | 1001110 | 111101 | 110100 |
Color Harmonies of #A2CF38
Complementary color
Monochromatic Colors of #A2CF38
Black with #A2CF38
Text Example
Text Example
White with #A2CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF38; }
p { color: rgb(162,207,56); }
H1.HeaderClassName
{
color: #A2CF38;
}
.AnyTagClassName
{
color: #A2CF38;
}
</style>
background-color css
<style>
a { background-color: #A2CF38; }
a { background-color: rgb(162,207,56); }
div.DivClassName
{
background-color: #A2CF38;
}
.BgClassName
{
background-color: #A2CF38;
}
</style>
border-color css
<style>
span { border-color: #A2CF38; }
span { border-color: rgb(162,207,56); }
td.TdClassName
{
border-color: #A2CF38;
}
.TagClassName
{
border-color: #A2CF38;
}
</style>