Shades of Atlantis #92CA42
Tints of Atlantis #92CA42
RGB
CMYK
RGB Variations
Color information
#92CA42 (or 0x92CA42) is known color: Atlantis. HEX triplet: 92, CA and 42. RGB value is (146,202,66). Sum of RGB (Red+Green+Blue) = 146+202+66=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CA42 is #6D35BD. Grayscale: #AAAAAA. Windows color (decimal): -7157182 or 4377234. OLE color: 4377234.
HSL color Cylindrical-coordinate representation of color #92CA42: hue angle of 84.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92CA42 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 66 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.21 |
| HSL | 84.71º | 0.56% | 0.53% | - |
| HSV(B) | 84.71º | 0.67% | 0.79% | - |
| XYZ | 33.96 | 48.75 | 12.77 | - |
| YUV | 169.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 66 | 0.28 | 0 | 0.67 | 0.21 | 84.71 | 0.56 | 0.53 |
| Hex | 92 | CA | 42 | 1C | 0 | 43 | 15 | 55 | 38 | 35 |
| Octal | 222 | 312 | 102 | 34 | 0 | 103 | 25 | 125 | 70 | 65 |
| Binary | 10010010 | 11001010 | 1000010 | 11100 | 0 | 1000011 | 10101 | 1010101 | 111000 | 110101 |
Color Harmonies of #92CA42
Complementary color
Monochromatic Colors of #92CA42
Black with #92CA42
Text Example
Text Example
White with #92CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA42; }
p { color: rgb(146,202,66); }
H1.HeaderClassName
{
color: #92CA42;
}
.AnyTagClassName
{
color: #92CA42;
}
</style>
background-color css
<style>
a { background-color: #92CA42; }
a { background-color: rgb(146,202,66); }
div.DivClassName
{
background-color: #92CA42;
}
.BgClassName
{
background-color: #92CA42;
}
</style>
border-color css
<style>
span { border-color: #92CA42; }
span { border-color: rgb(146,202,66); }
td.TdClassName
{
border-color: #92CA42;
}
.TagClassName
{
border-color: #92CA42;
}
</style>