Shades of Atlantis #92CA4E
Tints of Atlantis #92CA4E
RGB
CMYK
RGB Variations
Color information
#92CA4E (or 0x92CA4E) is known color: Atlantis. HEX triplet: 92, CA and 4E. RGB value is (146,202,78). Sum of RGB (Red+Green+Blue) = 146+202+78=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA4E is #6D35B1. Grayscale: #ABABAB. Windows color (decimal): -7157170 or 5163666. OLE color: 5163666.
HSL color Cylindrical-coordinate representation of color #92CA4E: hue angle of 87.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92CA4E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 78 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.21 |
| HSL | 87.1º | 0.54% | 0.55% | - |
| HSV(B) | 87.1º | 0.61% | 0.79% | - |
| XYZ | 34.35 | 48.9 | 14.84 | - |
| YUV | 171.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 78 | 0.28 | 0 | 0.61 | 0.21 | 87.1 | 0.54 | 0.55 |
| Hex | 92 | CA | 4E | 1C | 0 | 3D | 15 | 57 | 36 | 37 |
| Octal | 222 | 312 | 116 | 34 | 0 | 75 | 25 | 127 | 66 | 67 |
| Binary | 10010010 | 11001010 | 1001110 | 11100 | 0 | 111101 | 10101 | 1010111 | 110110 | 110111 |
Color Harmonies of #92CA4E
Complementary color
Monochromatic Colors of #92CA4E
Black with #92CA4E
Text Example
Text Example
White with #92CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA4E; }
p { color: rgb(146,202,78); }
H1.HeaderClassName
{
color: #92CA4E;
}
.AnyTagClassName
{
color: #92CA4E;
}
</style>
background-color css
<style>
a { background-color: #92CA4E; }
a { background-color: rgb(146,202,78); }
div.DivClassName
{
background-color: #92CA4E;
}
.BgClassName
{
background-color: #92CA4E;
}
</style>
border-color css
<style>
span { border-color: #92CA4E; }
span { border-color: rgb(146,202,78); }
td.TdClassName
{
border-color: #92CA4E;
}
.TagClassName
{
border-color: #92CA4E;
}
</style>