Shades of Atlantis #A5CF43
Tints of Atlantis #A5CF43
RGB
CMYK
RGB Variations
Color information
#A5CF43 (or 0xA5CF43) is known color: Atlantis. HEX triplet: A5, CF and 43. RGB value is (165,207,67). Sum of RGB (Red+Green+Blue) = 165+207+67=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF43 is #5A30BC. Grayscale: #B3B3B3. Windows color (decimal): -5910717 or 4444069. OLE color: 4444069.
HSL color Cylindrical-coordinate representation of color #A5CF43: hue angle of 78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5CF43 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 67 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.19 |
| HSL | 78º | 0.59% | 0.54% | - |
| HSV(B) | 78º | 0.68% | 0.81% | - |
| XYZ | 38.84 | 53.03 | 13.5 | - |
| YUV | 178.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 67 | 0.20 | 0 | 0.68 | 0.19 | 78 | 0.59 | 0.54 |
| Hex | A5 | CF | 43 | 14 | 0 | 44 | 13 | 4E | 3B | 36 |
| Octal | 245 | 317 | 103 | 24 | 0 | 104 | 23 | 116 | 73 | 66 |
| Binary | 10100101 | 11001111 | 1000011 | 10100 | 0 | 1000100 | 10011 | 1001110 | 111011 | 110110 |
Color Harmonies of #A5CF43
Complementary color
Monochromatic Colors of #A5CF43
Black with #A5CF43
Text Example
Text Example
White with #A5CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF43; }
p { color: rgb(165,207,67); }
H1.HeaderClassName
{
color: #A5CF43;
}
.AnyTagClassName
{
color: #A5CF43;
}
</style>
background-color css
<style>
a { background-color: #A5CF43; }
a { background-color: rgb(165,207,67); }
div.DivClassName
{
background-color: #A5CF43;
}
.BgClassName
{
background-color: #A5CF43;
}
</style>
border-color css
<style>
span { border-color: #A5CF43; }
span { border-color: rgb(165,207,67); }
td.TdClassName
{
border-color: #A5CF43;
}
.TagClassName
{
border-color: #A5CF43;
}
</style>