Shades of Atlantis #A5CF41
Tints of Atlantis #A5CF41
RGB
CMYK
RGB Variations
Color information
#A5CF41 (or 0xA5CF41) is known color: Atlantis. HEX triplet: A5, CF and 41. RGB value is (165,207,65). Sum of RGB (Red+Green+Blue) = 165+207+65=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF41 is #5A30BE. Grayscale: #B2B2B2. Windows color (decimal): -5910719 or 4312997. OLE color: 4312997.
HSL color Cylindrical-coordinate representation of color #A5CF41: hue angle of 77.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5CF41 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 65 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.19 |
| HSL | 77.75º | 0.6% | 0.53% | - |
| HSV(B) | 77.75º | 0.69% | 0.81% | - |
| XYZ | 38.78 | 53.01 | 13.19 | - |
| YUV | 178.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 65 | 0.20 | 0 | 0.69 | 0.19 | 77.75 | 0.6 | 0.53 |
| Hex | A5 | CF | 41 | 14 | 0 | 45 | 13 | 4E | 3C | 35 |
| Octal | 245 | 317 | 101 | 24 | 0 | 105 | 23 | 116 | 74 | 65 |
| Binary | 10100101 | 11001111 | 1000001 | 10100 | 0 | 1000101 | 10011 | 1001110 | 111100 | 110101 |
Color Harmonies of #A5CF41
Complementary color
Monochromatic Colors of #A5CF41
Black with #A5CF41
Text Example
Text Example
White with #A5CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF41; }
p { color: rgb(165,207,65); }
H1.HeaderClassName
{
color: #A5CF41;
}
.AnyTagClassName
{
color: #A5CF41;
}
</style>
background-color css
<style>
a { background-color: #A5CF41; }
a { background-color: rgb(165,207,65); }
div.DivClassName
{
background-color: #A5CF41;
}
.BgClassName
{
background-color: #A5CF41;
}
</style>
border-color css
<style>
span { border-color: #A5CF41; }
span { border-color: rgb(165,207,65); }
td.TdClassName
{
border-color: #A5CF41;
}
.TagClassName
{
border-color: #A5CF41;
}
</style>