Shades of Atlantis #99DC4A
Tints of Atlantis #99DC4A
RGB
CMYK
RGB Variations
Color information
#99DC4A (or 0x99DC4A) is known color: Atlantis. HEX triplet: 99, DC and 4A. RGB value is (153,220,74). Sum of RGB (Red+Green+Blue) = 153+220+74=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DC4A is #6623B5. Grayscale: #B7B7B7. Windows color (decimal): -6693814 or 4906137. OLE color: 4906137.
HSL color Cylindrical-coordinate representation of color #99DC4A: hue angle of 87.53º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99DC4A is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 74 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.14 |
| HSL | 87.53º | 0.68% | 0.58% | - |
| HSV(B) | 87.53º | 0.66% | 0.86% | - |
| XYZ | 39.97 | 58.45 | 15.65 | - |
| YUV | 183.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 74 | 0.30 | 0 | 0.66 | 0.14 | 87.53 | 0.68 | 0.58 |
| Hex | 99 | DC | 4A | 1E | 0 | 42 | E | 58 | 44 | 3A |
| Octal | 231 | 334 | 112 | 36 | 0 | 102 | 16 | 130 | 104 | 72 |
| Binary | 10011001 | 11011100 | 1001010 | 11110 | 0 | 1000010 | 1110 | 1011000 | 1000100 | 111010 |
Color Harmonies of #99DC4A
Complementary color
Monochromatic Colors of #99DC4A
Black with #99DC4A
Text Example
Text Example
White with #99DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC4A; }
p { color: rgb(153,220,74); }
H1.HeaderClassName
{
color: #99DC4A;
}
.AnyTagClassName
{
color: #99DC4A;
}
</style>
background-color css
<style>
a { background-color: #99DC4A; }
a { background-color: rgb(153,220,74); }
div.DivClassName
{
background-color: #99DC4A;
}
.BgClassName
{
background-color: #99DC4A;
}
</style>
border-color css
<style>
span { border-color: #99DC4A; }
span { border-color: rgb(153,220,74); }
td.TdClassName
{
border-color: #99DC4A;
}
.TagClassName
{
border-color: #99DC4A;
}
</style>