Shades of Atlantis #92C34F
Tints of Atlantis #92C34F
RGB
CMYK
RGB Variations
Color information
#92C34F (or 0x92C34F) is known color: Atlantis. HEX triplet: 92, C3 and 4F. RGB value is (146,195,79). Sum of RGB (Red+Green+Blue) = 146+195+79=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #92C34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C34F is #6D3CB0. Grayscale: #A7A7A7. Windows color (decimal): -7158961 or 5227410. OLE color: 5227410.
HSL color Cylindrical-coordinate representation of color #92C34F: hue angle of 85.34º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92C34F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 79 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.24 |
| HSL | 85.34º | 0.49% | 0.54% | - |
| HSV(B) | 85.34º | 0.59% | 0.76% | - |
| XYZ | 32.78 | 45.71 | 14.49 | - |
| YUV | 167.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 79 | 0.25 | 0 | 0.59 | 0.24 | 85.34 | 0.49 | 0.54 |
| Hex | 92 | C3 | 4F | 19 | 0 | 3B | 18 | 55 | 31 | 36 |
| Octal | 222 | 303 | 117 | 31 | 0 | 73 | 30 | 125 | 61 | 66 |
| Binary | 10010010 | 11000011 | 1001111 | 11001 | 0 | 111011 | 11000 | 1010101 | 110001 | 110110 |
Color Harmonies of #92C34F
Complementary color
Monochromatic Colors of #92C34F
Black with #92C34F
Text Example
Text Example
White with #92C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C34F; }
p { color: rgb(146,195,79); }
H1.HeaderClassName
{
color: #92C34F;
}
.AnyTagClassName
{
color: #92C34F;
}
</style>
background-color css
<style>
a { background-color: #92C34F; }
a { background-color: rgb(146,195,79); }
div.DivClassName
{
background-color: #92C34F;
}
.BgClassName
{
background-color: #92C34F;
}
</style>
border-color css
<style>
span { border-color: #92C34F; }
span { border-color: rgb(146,195,79); }
td.TdClassName
{
border-color: #92C34F;
}
.TagClassName
{
border-color: #92C34F;
}
</style>