Shades of Atlantis #94CA4B
Tints of Atlantis #94CA4B
RGB
CMYK
RGB Variations
Color information
#94CA4B (or 0x94CA4B) is known color: Atlantis. HEX triplet: 94, CA and 4B. RGB value is (148,202,75). Sum of RGB (Red+Green+Blue) = 148+202+75=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA4B is #6B35B4. Grayscale: #ABABAB. Windows color (decimal): -7026101 or 4967060. OLE color: 4967060.
HSL color Cylindrical-coordinate representation of color #94CA4B: hue angle of 85.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94CA4B is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 75 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.21 |
| HSL | 85.51º | 0.55% | 0.54% | - |
| HSV(B) | 85.51º | 0.63% | 0.79% | - |
| XYZ | 34.6 | 49.04 | 14.3 | - |
| YUV | 171.38 | 73.61 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 75 | 0.27 | 0 | 0.63 | 0.21 | 85.51 | 0.55 | 0.54 |
| Hex | 94 | CA | 4B | 1B | 0 | 3F | 15 | 56 | 37 | 36 |
| Octal | 224 | 312 | 113 | 33 | 0 | 77 | 25 | 126 | 67 | 66 |
| Binary | 10010100 | 11001010 | 1001011 | 11011 | 0 | 111111 | 10101 | 1010110 | 110111 | 110110 |
Color Harmonies of #94CA4B
Complementary color
Monochromatic Colors of #94CA4B
Black with #94CA4B
Text Example
Text Example
White with #94CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA4B; }
p { color: rgb(148,202,75); }
H1.HeaderClassName
{
color: #94CA4B;
}
.AnyTagClassName
{
color: #94CA4B;
}
</style>
background-color css
<style>
a { background-color: #94CA4B; }
a { background-color: rgb(148,202,75); }
div.DivClassName
{
background-color: #94CA4B;
}
.BgClassName
{
background-color: #94CA4B;
}
</style>
border-color css
<style>
span { border-color: #94CA4B; }
span { border-color: rgb(148,202,75); }
td.TdClassName
{
border-color: #94CA4B;
}
.TagClassName
{
border-color: #94CA4B;
}
</style>