Shades of Atlantis #92C33C
Tints of Atlantis #92C33C
RGB
CMYK
RGB Variations
Color information
#92C33C (or 0x92C33C) is known color: Atlantis. HEX triplet: 92, C3 and 3C. RGB value is (146,195,60). Sum of RGB (Red+Green+Blue) = 146+195+60=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #92C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C33C is #6D3CC3. Grayscale: #A5A5A5. Windows color (decimal): -7158980 or 3982226. OLE color: 3982226.
HSL color Cylindrical-coordinate representation of color #92C33C: hue angle of 81.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92C33C is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 60 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.24 |
| HSL | 81.78º | 0.53% | 0.5% | - |
| HSV(B) | 81.78º | 0.69% | 0.76% | - |
| XYZ | 32.18 | 45.47 | 11.35 | - |
| YUV | 164.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 60 | 0.25 | 0 | 0.69 | 0.24 | 81.78 | 0.53 | 0.5 |
| Hex | 92 | C3 | 3C | 19 | 0 | 45 | 18 | 52 | 35 | 32 |
| Octal | 222 | 303 | 74 | 31 | 0 | 105 | 30 | 122 | 65 | 62 |
| Binary | 10010010 | 11000011 | 111100 | 11001 | 0 | 1000101 | 11000 | 1010010 | 110101 | 110010 |
Color Harmonies of #92C33C
Complementary color
Monochromatic Colors of #92C33C
Black with #92C33C
Text Example
Text Example
White with #92C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C33C; }
p { color: rgb(146,195,60); }
H1.HeaderClassName
{
color: #92C33C;
}
.AnyTagClassName
{
color: #92C33C;
}
</style>
background-color css
<style>
a { background-color: #92C33C; }
a { background-color: rgb(146,195,60); }
div.DivClassName
{
background-color: #92C33C;
}
.BgClassName
{
background-color: #92C33C;
}
</style>
border-color css
<style>
span { border-color: #92C33C; }
span { border-color: rgb(146,195,60); }
td.TdClassName
{
border-color: #92C33C;
}
.TagClassName
{
border-color: #92C33C;
}
</style>