Shades of Atlantis #94BD3F
Tints of Atlantis #94BD3F
RGB
CMYK
RGB Variations
Color information
#94BD3F (or 0x94BD3F) is known color: Atlantis. HEX triplet: 94, BD and 3F. RGB value is (148,189,63). Sum of RGB (Red+Green+Blue) = 148+189+63=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD3F is #6B42C0. Grayscale: #A2A2A2. Windows color (decimal): -7029441 or 4177300. OLE color: 4177300.
HSL color Cylindrical-coordinate representation of color #94BD3F: hue angle of 79.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94BD3F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 63 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.26 |
| HSL | 79.52º | 0.5% | 0.49% | - |
| HSV(B) | 79.52º | 0.67% | 0.74% | - |
| XYZ | 31.31 | 43.05 | 11.36 | - |
| YUV | 162.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 63 | 0.22 | 0 | 0.67 | 0.26 | 79.52 | 0.5 | 0.49 |
| Hex | 94 | BD | 3F | 16 | 0 | 43 | 1A | 50 | 32 | 31 |
| Octal | 224 | 275 | 77 | 26 | 0 | 103 | 32 | 120 | 62 | 61 |
| Binary | 10010100 | 10111101 | 111111 | 10110 | 0 | 1000011 | 11010 | 1010000 | 110010 | 110001 |
Color Harmonies of #94BD3F
Complementary color
Monochromatic Colors of #94BD3F
Black with #94BD3F
Text Example
Text Example
White with #94BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD3F; }
p { color: rgb(148,189,63); }
H1.HeaderClassName
{
color: #94BD3F;
}
.AnyTagClassName
{
color: #94BD3F;
}
</style>
background-color css
<style>
a { background-color: #94BD3F; }
a { background-color: rgb(148,189,63); }
div.DivClassName
{
background-color: #94BD3F;
}
.BgClassName
{
background-color: #94BD3F;
}
</style>
border-color css
<style>
span { border-color: #94BD3F; }
span { border-color: rgb(148,189,63); }
td.TdClassName
{
border-color: #94BD3F;
}
.TagClassName
{
border-color: #94BD3F;
}
</style>