Shades of Atlantis #92C94B
Tints of Atlantis #92C94B
RGB
CMYK
RGB Variations
Color information
#92C94B (or 0x92C94B) is known color: Atlantis. HEX triplet: 92, C9 and 4B. RGB value is (146,201,75). Sum of RGB (Red+Green+Blue) = 146+201+75=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #92C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C94B is #6D36B4. Grayscale: #AAAAAA. Windows color (decimal): -7157429 or 4966802. OLE color: 4966802.
HSL color Cylindrical-coordinate representation of color #92C94B: hue angle of 86.19º degrees, saturation: 0.54, 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 #92C94B is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 75 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.21 |
| HSL | 86.19º | 0.54% | 0.54% | - |
| HSV(B) | 86.19º | 0.63% | 0.79% | - |
| XYZ | 34.01 | 48.39 | 14.2 | - |
| YUV | 170.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 75 | 0.27 | 0 | 0.63 | 0.21 | 86.19 | 0.54 | 0.54 |
| Hex | 92 | C9 | 4B | 1B | 0 | 3F | 15 | 56 | 36 | 36 |
| Octal | 222 | 311 | 113 | 33 | 0 | 77 | 25 | 126 | 66 | 66 |
| Binary | 10010010 | 11001001 | 1001011 | 11011 | 0 | 111111 | 10101 | 1010110 | 110110 | 110110 |
Color Harmonies of #92C94B
Complementary color
Monochromatic Colors of #92C94B
Black with #92C94B
Text Example
Text Example
White with #92C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C94B; }
p { color: rgb(146,201,75); }
H1.HeaderClassName
{
color: #92C94B;
}
.AnyTagClassName
{
color: #92C94B;
}
</style>
background-color css
<style>
a { background-color: #92C94B; }
a { background-color: rgb(146,201,75); }
div.DivClassName
{
background-color: #92C94B;
}
.BgClassName
{
background-color: #92C94B;
}
</style>
border-color css
<style>
span { border-color: #92C94B; }
span { border-color: rgb(146,201,75); }
td.TdClassName
{
border-color: #92C94B;
}
.TagClassName
{
border-color: #92C94B;
}
</style>