Shades of Atlantis #A4C23D
Tints of Atlantis #A4C23D
RGB
CMYK
RGB Variations
Color information
#A4C23D (or 0xA4C23D) is known color: Atlantis. HEX triplet: A4, C2 and 3D. RGB value is (164,194,61). Sum of RGB (Red+Green+Blue) = 164+194+61=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C23D is #5B3DC2. Grayscale: #AAAAAA. Windows color (decimal): -5979587 or 4047524. OLE color: 4047524.
HSL color Cylindrical-coordinate representation of color #A4C23D: hue angle of 73.53º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4C23D is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 61 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.24 |
| HSL | 73.53º | 0.52% | 0.5% | - |
| HSV(B) | 73.53º | 0.69% | 0.76% | - |
| XYZ | 35.44 | 46.81 | 11.58 | - |
| YUV | 169.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 61 | 0.15 | 0 | 0.69 | 0.24 | 73.53 | 0.52 | 0.5 |
| Hex | A4 | C2 | 3D | F | 0 | 45 | 18 | 4A | 34 | 32 |
| Octal | 244 | 302 | 75 | 17 | 0 | 105 | 30 | 112 | 64 | 62 |
| Binary | 10100100 | 11000010 | 111101 | 1111 | 0 | 1000101 | 11000 | 1001010 | 110100 | 110010 |
Color Harmonies of #A4C23D
Complementary color
Monochromatic Colors of #A4C23D
Black with #A4C23D
Text Example
Text Example
White with #A4C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C23D; }
p { color: rgb(164,194,61); }
H1.HeaderClassName
{
color: #A4C23D;
}
.AnyTagClassName
{
color: #A4C23D;
}
</style>
background-color css
<style>
a { background-color: #A4C23D; }
a { background-color: rgb(164,194,61); }
div.DivClassName
{
background-color: #A4C23D;
}
.BgClassName
{
background-color: #A4C23D;
}
</style>
border-color css
<style>
span { border-color: #A4C23D; }
span { border-color: rgb(164,194,61); }
td.TdClassName
{
border-color: #A4C23D;
}
.TagClassName
{
border-color: #A4C23D;
}
</style>