Shades of Atlantis #92C34B
Tints of Atlantis #92C34B
RGB
CMYK
RGB Variations
Color information
#92C34B (or 0x92C34B) is known color: Atlantis. HEX triplet: 92, C3 and 4B. RGB value is (146,195,75). Sum of RGB (Red+Green+Blue) = 146+195+75=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #92C34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C34B is #6D3CB4. Grayscale: #A7A7A7. Windows color (decimal): -7158965 or 4965266. OLE color: 4965266.
HSL color Cylindrical-coordinate representation of color #92C34B: hue angle of 84.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92C34B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 75 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.24 |
| HSL | 84.5º | 0.5% | 0.53% | - |
| HSV(B) | 84.5º | 0.62% | 0.76% | - |
| XYZ | 32.64 | 45.65 | 13.75 | - |
| YUV | 166.67 | 76.27 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 75 | 0.25 | 0 | 0.62 | 0.24 | 84.5 | 0.5 | 0.53 |
| Hex | 92 | C3 | 4B | 19 | 0 | 3E | 18 | 54 | 32 | 35 |
| Octal | 222 | 303 | 113 | 31 | 0 | 76 | 30 | 124 | 62 | 65 |
| Binary | 10010010 | 11000011 | 1001011 | 11001 | 0 | 111110 | 11000 | 1010100 | 110010 | 110101 |
Color Harmonies of #92C34B
Complementary color
Monochromatic Colors of #92C34B
Black with #92C34B
Text Example
Text Example
White with #92C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C34B; }
p { color: rgb(146,195,75); }
H1.HeaderClassName
{
color: #92C34B;
}
.AnyTagClassName
{
color: #92C34B;
}
</style>
background-color css
<style>
a { background-color: #92C34B; }
a { background-color: rgb(146,195,75); }
div.DivClassName
{
background-color: #92C34B;
}
.BgClassName
{
background-color: #92C34B;
}
</style>
border-color css
<style>
span { border-color: #92C34B; }
span { border-color: rgb(146,195,75); }
td.TdClassName
{
border-color: #92C34B;
}
.TagClassName
{
border-color: #92C34B;
}
</style>