Shades of Atlantis #92CB4A
Tints of Atlantis #92CB4A
RGB
CMYK
RGB Variations
Color information
#92CB4A (or 0x92CB4A) is known color: Atlantis. HEX triplet: 92, CB and 4A. RGB value is (146,203,74). Sum of RGB (Red+Green+Blue) = 146+203+74=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CB4A is #6D34B5. Grayscale: #ABABAB. Windows color (decimal): -7156918 or 4901778. OLE color: 4901778.
HSL color Cylindrical-coordinate representation of color #92CB4A: hue angle of 86.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92CB4A is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 74 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.20 |
| HSL | 86.51º | 0.55% | 0.54% | - |
| HSV(B) | 86.51º | 0.64% | 0.8% | - |
| XYZ | 34.45 | 49.32 | 14.18 | - |
| YUV | 171.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 74 | 0.28 | 0 | 0.64 | 0.20 | 86.51 | 0.55 | 0.54 |
| Hex | 92 | CB | 4A | 1C | 0 | 40 | 14 | 57 | 37 | 36 |
| Octal | 222 | 313 | 112 | 34 | 0 | 100 | 24 | 127 | 67 | 66 |
| Binary | 10010010 | 11001011 | 1001010 | 11100 | 0 | 1000000 | 10100 | 1010111 | 110111 | 110110 |
Color Harmonies of #92CB4A
Complementary color
Monochromatic Colors of #92CB4A
Black with #92CB4A
Text Example
Text Example
White with #92CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CB4A; }
p { color: rgb(146,203,74); }
H1.HeaderClassName
{
color: #92CB4A;
}
.AnyTagClassName
{
color: #92CB4A;
}
</style>
background-color css
<style>
a { background-color: #92CB4A; }
a { background-color: rgb(146,203,74); }
div.DivClassName
{
background-color: #92CB4A;
}
.BgClassName
{
background-color: #92CB4A;
}
</style>
border-color css
<style>
span { border-color: #92CB4A; }
span { border-color: rgb(146,203,74); }
td.TdClassName
{
border-color: #92CB4A;
}
.TagClassName
{
border-color: #92CB4A;
}
</style>