Shades of Atlantis #99CE4A
Tints of Atlantis #99CE4A
RGB
CMYK
RGB Variations
Color information
#99CE4A (or 0x99CE4A) is known color: Atlantis. HEX triplet: 99, CE and 4A. RGB value is (153,206,74). Sum of RGB (Red+Green+Blue) = 153+206+74=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CE4A is #6631B5. Grayscale: #AFAFAF. Windows color (decimal): -6697398 or 4902553. OLE color: 4902553.
HSL color Cylindrical-coordinate representation of color #99CE4A: hue angle of 84.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99CE4A is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 74 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.19 |
| HSL | 84.09º | 0.57% | 0.55% | - |
| HSV(B) | 84.09º | 0.64% | 0.81% | - |
| XYZ | 36.44 | 51.41 | 14.48 | - |
| YUV | 175.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 74 | 0.26 | 0 | 0.64 | 0.19 | 84.09 | 0.57 | 0.55 |
| Hex | 99 | CE | 4A | 1A | 0 | 40 | 13 | 54 | 39 | 37 |
| Octal | 231 | 316 | 112 | 32 | 0 | 100 | 23 | 124 | 71 | 67 |
| Binary | 10011001 | 11001110 | 1001010 | 11010 | 0 | 1000000 | 10011 | 1010100 | 111001 | 110111 |
Color Harmonies of #99CE4A
Complementary color
Monochromatic Colors of #99CE4A
Black with #99CE4A
Text Example
Text Example
White with #99CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE4A; }
p { color: rgb(153,206,74); }
H1.HeaderClassName
{
color: #99CE4A;
}
.AnyTagClassName
{
color: #99CE4A;
}
</style>
background-color css
<style>
a { background-color: #99CE4A; }
a { background-color: rgb(153,206,74); }
div.DivClassName
{
background-color: #99CE4A;
}
.BgClassName
{
background-color: #99CE4A;
}
</style>
border-color css
<style>
span { border-color: #99CE4A; }
span { border-color: rgb(153,206,74); }
td.TdClassName
{
border-color: #99CE4A;
}
.TagClassName
{
border-color: #99CE4A;
}
</style>