Shades of Atlantis #ACCB3F
Tints of Atlantis #ACCB3F
RGB
CMYK
RGB Variations
Color information
#ACCB3F (or 0xACCB3F) is known color: Atlantis. HEX triplet: AC, CB and 3F. RGB value is (172,203,63). Sum of RGB (Red+Green+Blue) = 172+203+63=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB3F is #5334C0. Grayscale: #B2B2B2. Windows color (decimal): -5452993 or 4180908. OLE color: 4180908.
HSL color Cylindrical-coordinate representation of color #ACCB3F: hue angle of 73.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCB3F is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 63 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.20 |
| HSL | 73.29º | 0.57% | 0.52% | - |
| HSV(B) | 73.29º | 0.69% | 0.8% | - |
| XYZ | 39.27 | 51.84 | 12.64 | - |
| YUV | 177.77 | 63.23 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 63 | 0.15 | 0 | 0.69 | 0.20 | 73.29 | 0.57 | 0.52 |
| Hex | AC | CB | 3F | F | 0 | 45 | 14 | 49 | 39 | 34 |
| Octal | 254 | 313 | 77 | 17 | 0 | 105 | 24 | 111 | 71 | 64 |
| Binary | 10101100 | 11001011 | 111111 | 1111 | 0 | 1000101 | 10100 | 1001001 | 111001 | 110100 |
Color Harmonies of #ACCB3F
Complementary color
Monochromatic Colors of #ACCB3F
Black with #ACCB3F
Text Example
Text Example
White with #ACCB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB3F; }
p { color: rgb(172,203,63); }
H1.HeaderClassName
{
color: #ACCB3F;
}
.AnyTagClassName
{
color: #ACCB3F;
}
</style>
background-color css
<style>
a { background-color: #ACCB3F; }
a { background-color: rgb(172,203,63); }
div.DivClassName
{
background-color: #ACCB3F;
}
.BgClassName
{
background-color: #ACCB3F;
}
</style>
border-color css
<style>
span { border-color: #ACCB3F; }
span { border-color: rgb(172,203,63); }
td.TdClassName
{
border-color: #ACCB3F;
}
.TagClassName
{
border-color: #ACCB3F;
}
</style>