Shades of Atlantis #90C33D
Tints of Atlantis #90C33D
RGB
CMYK
RGB Variations
Color information
#90C33D (or 0x90C33D) is known color: Atlantis. HEX triplet: 90, C3 and 3D. RGB value is (144,195,61). Sum of RGB (Red+Green+Blue) = 144+195+61=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #90C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C33D is #6F3CC2. Grayscale: #A4A4A4. Windows color (decimal): -7290051 or 4047760. OLE color: 4047760.
HSL color Cylindrical-coordinate representation of color #90C33D: hue angle of 82.84º 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 #90C33D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 61 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.24 |
| HSL | 82.84º | 0.53% | 0.5% | - |
| HSV(B) | 82.84º | 0.69% | 0.76% | - |
| XYZ | 31.86 | 45.3 | 11.48 | - |
| YUV | 164.48 | 69.6 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 61 | 0.26 | 0 | 0.69 | 0.24 | 82.84 | 0.53 | 0.5 |
| Hex | 90 | C3 | 3D | 1A | 0 | 45 | 18 | 53 | 35 | 32 |
| Octal | 220 | 303 | 75 | 32 | 0 | 105 | 30 | 123 | 65 | 62 |
| Binary | 10010000 | 11000011 | 111101 | 11010 | 0 | 1000101 | 11000 | 1010011 | 110101 | 110010 |
Color Harmonies of #90C33D
Complementary color
Monochromatic Colors of #90C33D
Black with #90C33D
Text Example
Text Example
White with #90C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C33D; }
p { color: rgb(144,195,61); }
H1.HeaderClassName
{
color: #90C33D;
}
.AnyTagClassName
{
color: #90C33D;
}
</style>
background-color css
<style>
a { background-color: #90C33D; }
a { background-color: rgb(144,195,61); }
div.DivClassName
{
background-color: #90C33D;
}
.BgClassName
{
background-color: #90C33D;
}
</style>
border-color css
<style>
span { border-color: #90C33D; }
span { border-color: rgb(144,195,61); }
td.TdClassName
{
border-color: #90C33D;
}
.TagClassName
{
border-color: #90C33D;
}
</style>