Shades of Atlantis #92C345
Tints of Atlantis #92C345
RGB
CMYK
RGB Variations
Color information
#92C345 (or 0x92C345) is known color: Atlantis. HEX triplet: 92, C3 and 45. RGB value is (146,195,69). Sum of RGB (Red+Green+Blue) = 146+195+69=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #92C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C345 is #6D3CBA. Grayscale: #A6A6A6. Windows color (decimal): -7158971 or 4572050. OLE color: 4572050.
HSL color Cylindrical-coordinate representation of color #92C345: hue angle of 83.33º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92C345 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 69 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.24 |
| HSL | 83.33º | 0.51% | 0.52% | - |
| HSV(B) | 83.33º | 0.65% | 0.76% | - |
| XYZ | 32.44 | 45.57 | 12.72 | - |
| YUV | 165.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 69 | 0.25 | 0 | 0.65 | 0.24 | 83.33 | 0.51 | 0.52 |
| Hex | 92 | C3 | 45 | 19 | 0 | 41 | 18 | 53 | 33 | 34 |
| Octal | 222 | 303 | 105 | 31 | 0 | 101 | 30 | 123 | 63 | 64 |
| Binary | 10010010 | 11000011 | 1000101 | 11001 | 0 | 1000001 | 11000 | 1010011 | 110011 | 110100 |
Color Harmonies of #92C345
Complementary color
Monochromatic Colors of #92C345
Black with #92C345
Text Example
Text Example
White with #92C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C345; }
p { color: rgb(146,195,69); }
H1.HeaderClassName
{
color: #92C345;
}
.AnyTagClassName
{
color: #92C345;
}
</style>
background-color css
<style>
a { background-color: #92C345; }
a { background-color: rgb(146,195,69); }
div.DivClassName
{
background-color: #92C345;
}
.BgClassName
{
background-color: #92C345;
}
</style>
border-color css
<style>
span { border-color: #92C345; }
span { border-color: rgb(146,195,69); }
td.TdClassName
{
border-color: #92C345;
}
.TagClassName
{
border-color: #92C345;
}
</style>