Shades of Atlantis #ACCF43
Tints of Atlantis #ACCF43
RGB
CMYK
RGB Variations
Color information
#ACCF43 (or 0xACCF43) is known color: Atlantis. HEX triplet: AC, CF and 43. RGB value is (172,207,67). Sum of RGB (Red+Green+Blue) = 172+207+67=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF43 is #5330BC. Grayscale: #B5B5B5. Windows color (decimal): -5451965 or 4444076. OLE color: 4444076.
HSL color Cylindrical-coordinate representation of color #ACCF43: hue angle of 75º 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 #ACCF43 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 67 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.19 |
| HSL | 75º | 0.59% | 0.54% | - |
| HSV(B) | 75º | 0.68% | 0.81% | - |
| XYZ | 40.34 | 53.8 | 13.57 | - |
| YUV | 180.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 67 | 0.17 | 0 | 0.68 | 0.19 | 75 | 0.59 | 0.54 |
| Hex | AC | CF | 43 | 11 | 0 | 44 | 13 | 4B | 3B | 36 |
| Octal | 254 | 317 | 103 | 21 | 0 | 104 | 23 | 113 | 73 | 66 |
| Binary | 10101100 | 11001111 | 1000011 | 10001 | 0 | 1000100 | 10011 | 1001011 | 111011 | 110110 |
Color Harmonies of #ACCF43
Complementary color
Monochromatic Colors of #ACCF43
Black with #ACCF43
Text Example
Text Example
White with #ACCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF43; }
p { color: rgb(172,207,67); }
H1.HeaderClassName
{
color: #ACCF43;
}
.AnyTagClassName
{
color: #ACCF43;
}
</style>
background-color css
<style>
a { background-color: #ACCF43; }
a { background-color: rgb(172,207,67); }
div.DivClassName
{
background-color: #ACCF43;
}
.BgClassName
{
background-color: #ACCF43;
}
</style>
border-color css
<style>
span { border-color: #ACCF43; }
span { border-color: rgb(172,207,67); }
td.TdClassName
{
border-color: #ACCF43;
}
.TagClassName
{
border-color: #ACCF43;
}
</style>