Shades of Atlantis #99BF4A
Tints of Atlantis #99BF4A
RGB
CMYK
RGB Variations
Color information
#99BF4A (or 0x99BF4A) is known color: Atlantis. HEX triplet: 99, BF and 4A. RGB value is (153,191,74). Sum of RGB (Red+Green+Blue) = 153+191+74=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF4A is #6640B5. Grayscale: #A6A6A6. Windows color (decimal): -6701238 or 4898713. OLE color: 4898713.
HSL color Cylindrical-coordinate representation of color #99BF4A: hue angle of 79.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99BF4A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 74 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.25 |
| HSL | 79.49º | 0.48% | 0.52% | - |
| HSV(B) | 79.49º | 0.61% | 0.75% | - |
| XYZ | 33 | 44.53 | 13.33 | - |
| YUV | 166.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 74 | 0.20 | 0 | 0.61 | 0.25 | 79.49 | 0.48 | 0.52 |
| Hex | 99 | BF | 4A | 14 | 0 | 3D | 19 | 4F | 30 | 34 |
| Octal | 231 | 277 | 112 | 24 | 0 | 75 | 31 | 117 | 60 | 64 |
| Binary | 10011001 | 10111111 | 1001010 | 10100 | 0 | 111101 | 11001 | 1001111 | 110000 | 110100 |
Color Harmonies of #99BF4A
Complementary color
Monochromatic Colors of #99BF4A
Black with #99BF4A
Text Example
Text Example
White with #99BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF4A; }
p { color: rgb(153,191,74); }
H1.HeaderClassName
{
color: #99BF4A;
}
.AnyTagClassName
{
color: #99BF4A;
}
</style>
background-color css
<style>
a { background-color: #99BF4A; }
a { background-color: rgb(153,191,74); }
div.DivClassName
{
background-color: #99BF4A;
}
.BgClassName
{
background-color: #99BF4A;
}
</style>
border-color css
<style>
span { border-color: #99BF4A; }
span { border-color: rgb(153,191,74); }
td.TdClassName
{
border-color: #99BF4A;
}
.TagClassName
{
border-color: #99BF4A;
}
</style>