Shades of Atlantis #92CA3B
Tints of Atlantis #92CA3B
RGB
CMYK
RGB Variations
Color information
#92CA3B (or 0x92CA3B) is known color: Atlantis. HEX triplet: 92, CA and 3B. RGB value is (146,202,59). Sum of RGB (Red+Green+Blue) = 146+202+59=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CA3B is #6D35C4. Grayscale: #A9A9A9. Windows color (decimal): -7157189 or 3918482. OLE color: 3918482.
HSL color Cylindrical-coordinate representation of color #92CA3B: hue angle of 83.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92CA3B is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 59 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.21 |
| HSL | 83.5º | 0.57% | 0.51% | - |
| HSV(B) | 83.5º | 0.71% | 0.79% | - |
| XYZ | 33.76 | 48.67 | 11.75 | - |
| YUV | 168.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 59 | 0.28 | 0 | 0.71 | 0.21 | 83.5 | 0.57 | 0.51 |
| Hex | 92 | CA | 3B | 1C | 0 | 47 | 15 | 53 | 39 | 33 |
| Octal | 222 | 312 | 73 | 34 | 0 | 107 | 25 | 123 | 71 | 63 |
| Binary | 10010010 | 11001010 | 111011 | 11100 | 0 | 1000111 | 10101 | 1010011 | 111001 | 110011 |
Color Harmonies of #92CA3B
Complementary color
Monochromatic Colors of #92CA3B
Black with #92CA3B
Text Example
Text Example
White with #92CA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA3B; }
p { color: rgb(146,202,59); }
H1.HeaderClassName
{
color: #92CA3B;
}
.AnyTagClassName
{
color: #92CA3B;
}
</style>
background-color css
<style>
a { background-color: #92CA3B; }
a { background-color: rgb(146,202,59); }
div.DivClassName
{
background-color: #92CA3B;
}
.BgClassName
{
background-color: #92CA3B;
}
</style>
border-color css
<style>
span { border-color: #92CA3B; }
span { border-color: rgb(146,202,59); }
td.TdClassName
{
border-color: #92CA3B;
}
.TagClassName
{
border-color: #92CA3B;
}
</style>