Shades of Atlantis #92C245
Tints of Atlantis #92C245
RGB
CMYK
RGB Variations
Color information
#92C245 (or 0x92C245) is known color: Atlantis. HEX triplet: 92, C2 and 45. RGB value is (146,194,69). Sum of RGB (Red+Green+Blue) = 146+194+69=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #92C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C245 is #6D3DBA. Grayscale: #A5A5A5. Windows color (decimal): -7159227 or 4571794. OLE color: 4571794.
HSL color Cylindrical-coordinate representation of color #92C245: hue angle of 83.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92C245 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 69 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.24 |
| HSL | 83.04º | 0.51% | 0.52% | - |
| HSV(B) | 83.04º | 0.64% | 0.76% | - |
| XYZ | 32.22 | 45.12 | 12.64 | - |
| YUV | 165.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 69 | 0.25 | 0 | 0.64 | 0.24 | 83.04 | 0.51 | 0.52 |
| Hex | 92 | C2 | 45 | 19 | 0 | 40 | 18 | 53 | 33 | 34 |
| Octal | 222 | 302 | 105 | 31 | 0 | 100 | 30 | 123 | 63 | 64 |
| Binary | 10010010 | 11000010 | 1000101 | 11001 | 0 | 1000000 | 11000 | 1010011 | 110011 | 110100 |
Color Harmonies of #92C245
Complementary color
Monochromatic Colors of #92C245
Black with #92C245
Text Example
Text Example
White with #92C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C245; }
p { color: rgb(146,194,69); }
H1.HeaderClassName
{
color: #92C245;
}
.AnyTagClassName
{
color: #92C245;
}
</style>
background-color css
<style>
a { background-color: #92C245; }
a { background-color: rgb(146,194,69); }
div.DivClassName
{
background-color: #92C245;
}
.BgClassName
{
background-color: #92C245;
}
</style>
border-color css
<style>
span { border-color: #92C245; }
span { border-color: rgb(146,194,69); }
td.TdClassName
{
border-color: #92C245;
}
.TagClassName
{
border-color: #92C245;
}
</style>