Shades of Atlantis #96CA4B
Tints of Atlantis #96CA4B
RGB
CMYK
RGB Variations
Color information
#96CA4B (or 0x96CA4B) is known color: Atlantis. HEX triplet: 96, CA and 4B. RGB value is (150,202,75). Sum of RGB (Red+Green+Blue) = 150+202+75=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CA4B is #6935B4. Grayscale: #ACACAC. Windows color (decimal): -6895029 or 4967062. OLE color: 4967062.
HSL color Cylindrical-coordinate representation of color #96CA4B: hue angle of 84.57º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96CA4B is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 75 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.21 |
| HSL | 84.57º | 0.55% | 0.54% | - |
| HSV(B) | 84.57º | 0.63% | 0.79% | - |
| XYZ | 34.97 | 49.23 | 14.32 | - |
| YUV | 171.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 75 | 0.26 | 0 | 0.63 | 0.21 | 84.57 | 0.55 | 0.54 |
| Hex | 96 | CA | 4B | 1A | 0 | 3F | 15 | 55 | 37 | 36 |
| Octal | 226 | 312 | 113 | 32 | 0 | 77 | 25 | 125 | 67 | 66 |
| Binary | 10010110 | 11001010 | 1001011 | 11010 | 0 | 111111 | 10101 | 1010101 | 110111 | 110110 |
Color Harmonies of #96CA4B
Complementary color
Monochromatic Colors of #96CA4B
Black with #96CA4B
Text Example
Text Example
White with #96CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA4B; }
p { color: rgb(150,202,75); }
H1.HeaderClassName
{
color: #96CA4B;
}
.AnyTagClassName
{
color: #96CA4B;
}
</style>
background-color css
<style>
a { background-color: #96CA4B; }
a { background-color: rgb(150,202,75); }
div.DivClassName
{
background-color: #96CA4B;
}
.BgClassName
{
background-color: #96CA4B;
}
</style>
border-color css
<style>
span { border-color: #96CA4B; }
span { border-color: rgb(150,202,75); }
td.TdClassName
{
border-color: #96CA4B;
}
.TagClassName
{
border-color: #96CA4B;
}
</style>