Shades of Atlantis #92D148
Tints of Atlantis #92D148
RGB
CMYK
RGB Variations
Color information
#92D148 (or 0x92D148) is known color: Atlantis. HEX triplet: 92, D1 and 48. RGB value is (146,209,72). Sum of RGB (Red+Green+Blue) = 146+209+72=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #92D148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D148 is #6D2EB7. Grayscale: #AFAFAF. Windows color (decimal): -7155384 or 4772242. OLE color: 4772242.
HSL color Cylindrical-coordinate representation of color #92D148: hue angle of 87.59º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92D148 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 209 | 72 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.18 |
| HSL | 87.59º | 0.6% | 0.55% | - |
| HSV(B) | 87.59º | 0.66% | 0.82% | - |
| XYZ | 35.82 | 52.18 | 14.31 | - |
| YUV | 174.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 209 | 72 | 0.30 | 0 | 0.66 | 0.18 | 87.59 | 0.6 | 0.55 |
| Hex | 92 | D1 | 48 | 1E | 0 | 42 | 12 | 58 | 3C | 37 |
| Octal | 222 | 321 | 110 | 36 | 0 | 102 | 22 | 130 | 74 | 67 |
| Binary | 10010010 | 11010001 | 1001000 | 11110 | 0 | 1000010 | 10010 | 1011000 | 111100 | 110111 |
Color Harmonies of #92D148
Complementary color
Monochromatic Colors of #92D148
Black with #92D148
Text Example
Text Example
White with #92D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D148; }
p { color: rgb(146,209,72); }
H1.HeaderClassName
{
color: #92D148;
}
.AnyTagClassName
{
color: #92D148;
}
</style>
background-color css
<style>
a { background-color: #92D148; }
a { background-color: rgb(146,209,72); }
div.DivClassName
{
background-color: #92D148;
}
.BgClassName
{
background-color: #92D148;
}
</style>
border-color css
<style>
span { border-color: #92D148; }
span { border-color: rgb(146,209,72); }
td.TdClassName
{
border-color: #92D148;
}
.TagClassName
{
border-color: #92D148;
}
</style>