Shades of Atlantis #99CD4A
Tints of Atlantis #99CD4A
RGB
CMYK
RGB Variations
Color information
#99CD4A (or 0x99CD4A) is known color: Atlantis. HEX triplet: 99, CD and 4A. RGB value is (153,205,74). Sum of RGB (Red+Green+Blue) = 153+205+74=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CD4A is #6632B5. Grayscale: #AEAEAE. Windows color (decimal): -6697654 or 4902297. OLE color: 4902297.
HSL color Cylindrical-coordinate representation of color #99CD4A: hue angle of 83.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99CD4A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 74 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.20 |
| HSL | 83.82º | 0.57% | 0.55% | - |
| HSV(B) | 83.82º | 0.64% | 0.8% | - |
| XYZ | 36.2 | 50.93 | 14.4 | - |
| YUV | 174.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 74 | 0.25 | 0 | 0.64 | 0.20 | 83.82 | 0.57 | 0.55 |
| Hex | 99 | CD | 4A | 19 | 0 | 40 | 14 | 54 | 39 | 37 |
| Octal | 231 | 315 | 112 | 31 | 0 | 100 | 24 | 124 | 71 | 67 |
| Binary | 10011001 | 11001101 | 1001010 | 11001 | 0 | 1000000 | 10100 | 1010100 | 111001 | 110111 |
Color Harmonies of #99CD4A
Complementary color
Monochromatic Colors of #99CD4A
Black with #99CD4A
Text Example
Text Example
White with #99CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CD4A; }
p { color: rgb(153,205,74); }
H1.HeaderClassName
{
color: #99CD4A;
}
.AnyTagClassName
{
color: #99CD4A;
}
</style>
background-color css
<style>
a { background-color: #99CD4A; }
a { background-color: rgb(153,205,74); }
div.DivClassName
{
background-color: #99CD4A;
}
.BgClassName
{
background-color: #99CD4A;
}
</style>
border-color css
<style>
span { border-color: #99CD4A; }
span { border-color: rgb(153,205,74); }
td.TdClassName
{
border-color: #99CD4A;
}
.TagClassName
{
border-color: #99CD4A;
}
</style>