Shades of Atlantis #ADDB3D
Tints of Atlantis #ADDB3D
RGB
CMYK
RGB Variations
Color information
#ADDB3D (or 0xADDB3D) is known color: Atlantis. HEX triplet: AD, DB and 3D. RGB value is (173,219,61). Sum of RGB (Red+Green+Blue) = 173+219+61=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB3D is #5224C2. Grayscale: #BBBBBB. Windows color (decimal): -5383363 or 4053933. OLE color: 4053933.
HSL color Cylindrical-coordinate representation of color #ADDB3D: hue angle of 77.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADDB3D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 61 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.14 |
| HSL | 77.47º | 0.69% | 0.55% | - |
| HSV(B) | 77.47º | 0.72% | 0.86% | - |
| XYZ | 43.41 | 59.88 | 13.69 | - |
| YUV | 187.23 | 56.76 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 61 | 0.21 | 0 | 0.72 | 0.14 | 77.47 | 0.69 | 0.55 |
| Hex | AD | DB | 3D | 15 | 0 | 48 | E | 4D | 45 | 37 |
| Octal | 255 | 333 | 75 | 25 | 0 | 110 | 16 | 115 | 105 | 67 |
| Binary | 10101101 | 11011011 | 111101 | 10101 | 0 | 1001000 | 1110 | 1001101 | 1000101 | 110111 |
Color Harmonies of #ADDB3D
Complementary color
Monochromatic Colors of #ADDB3D
Black with #ADDB3D
Text Example
Text Example
White with #ADDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB3D; }
p { color: rgb(173,219,61); }
H1.HeaderClassName
{
color: #ADDB3D;
}
.AnyTagClassName
{
color: #ADDB3D;
}
</style>
background-color css
<style>
a { background-color: #ADDB3D; }
a { background-color: rgb(173,219,61); }
div.DivClassName
{
background-color: #ADDB3D;
}
.BgClassName
{
background-color: #ADDB3D;
}
</style>
border-color css
<style>
span { border-color: #ADDB3D; }
span { border-color: rgb(173,219,61); }
td.TdClassName
{
border-color: #ADDB3D;
}
.TagClassName
{
border-color: #ADDB3D;
}
</style>