Shades of Atlantis #ADDC3C
Tints of Atlantis #ADDC3C
RGB
CMYK
RGB Variations
Color information
#ADDC3C (or 0xADDC3C) is known color: Atlantis. HEX triplet: AD, DC and 3C. RGB value is (173,220,60). Sum of RGB (Red+Green+Blue) = 173+220+60=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC3C is #5223C3. Grayscale: #BCBCBC. Windows color (decimal): -5383108 or 3988653. OLE color: 3988653.
HSL color Cylindrical-coordinate representation of color #ADDC3C: hue angle of 77.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADDC3C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 60 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.14 |
| HSL | 77.63º | 0.7% | 0.55% | - |
| HSV(B) | 77.63º | 0.73% | 0.86% | - |
| XYZ | 43.64 | 60.4 | 13.63 | - |
| YUV | 187.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 60 | 0.21 | 0 | 0.73 | 0.14 | 77.63 | 0.7 | 0.55 |
| Hex | AD | DC | 3C | 15 | 0 | 49 | E | 4E | 46 | 37 |
| Octal | 255 | 334 | 74 | 25 | 0 | 111 | 16 | 116 | 106 | 67 |
| Binary | 10101101 | 11011100 | 111100 | 10101 | 0 | 1001001 | 1110 | 1001110 | 1000110 | 110111 |
Color Harmonies of #ADDC3C
Complementary color
Monochromatic Colors of #ADDC3C
Black with #ADDC3C
Text Example
Text Example
White with #ADDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC3C; }
p { color: rgb(173,220,60); }
H1.HeaderClassName
{
color: #ADDC3C;
}
.AnyTagClassName
{
color: #ADDC3C;
}
</style>
background-color css
<style>
a { background-color: #ADDC3C; }
a { background-color: rgb(173,220,60); }
div.DivClassName
{
background-color: #ADDC3C;
}
.BgClassName
{
background-color: #ADDC3C;
}
</style>
border-color css
<style>
span { border-color: #ADDC3C; }
span { border-color: rgb(173,220,60); }
td.TdClassName
{
border-color: #ADDC3C;
}
.TagClassName
{
border-color: #ADDC3C;
}
</style>