Shades of Atlantis #92C33D
Tints of Atlantis #92C33D
RGB
CMYK
RGB Variations
Color information
#92C33D (or 0x92C33D) is known color: Atlantis. HEX triplet: 92, C3 and 3D. RGB value is (146,195,61). Sum of RGB (Red+Green+Blue) = 146+195+61=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #92C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C33D is #6D3CC2. Grayscale: #A5A5A5. Windows color (decimal): -7158979 or 4047762. OLE color: 4047762.
HSL color Cylindrical-coordinate representation of color #92C33D: hue angle of 81.94º 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 #92C33D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 61 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.24 |
| HSL | 81.94º | 0.53% | 0.5% | - |
| HSV(B) | 81.94º | 0.69% | 0.76% | - |
| XYZ | 32.21 | 45.48 | 11.5 | - |
| YUV | 165.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 61 | 0.25 | 0 | 0.69 | 0.24 | 81.94 | 0.53 | 0.5 |
| Hex | 92 | C3 | 3D | 19 | 0 | 45 | 18 | 52 | 35 | 32 |
| Octal | 222 | 303 | 75 | 31 | 0 | 105 | 30 | 122 | 65 | 62 |
| Binary | 10010010 | 11000011 | 111101 | 11001 | 0 | 1000101 | 11000 | 1010010 | 110101 | 110010 |
Color Harmonies of #92C33D
Complementary color
Monochromatic Colors of #92C33D
Black with #92C33D
Text Example
Text Example
White with #92C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C33D; }
p { color: rgb(146,195,61); }
H1.HeaderClassName
{
color: #92C33D;
}
.AnyTagClassName
{
color: #92C33D;
}
</style>
background-color css
<style>
a { background-color: #92C33D; }
a { background-color: rgb(146,195,61); }
div.DivClassName
{
background-color: #92C33D;
}
.BgClassName
{
background-color: #92C33D;
}
</style>
border-color css
<style>
span { border-color: #92C33D; }
span { border-color: rgb(146,195,61); }
td.TdClassName
{
border-color: #92C33D;
}
.TagClassName
{
border-color: #92C33D;
}
</style>