Shades of Olivine #94CA6E
Tints of Olivine #94CA6E
RGB
CMYK
RGB Variations
Color information
#94CA6E (or 0x94CA6E) is known color: Olivine. HEX triplet: 94, CA and 6E. RGB value is (148,202,110). Sum of RGB (Red+Green+Blue) = 148+202+110=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA6E is #6B3591. Grayscale: #AFAFAF. Windows color (decimal): -7026066 or 7260820. OLE color: 7260820.
HSL color Cylindrical-coordinate representation of color #94CA6E: hue angle of 95.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94CA6E is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 110 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.21 |
| HSL | 95.22º | 0.46% | 0.61% | - |
| HSV(B) | 95.22º | 0.46% | 0.79% | - |
| XYZ | 36.15 | 49.66 | 22.43 | - |
| YUV | 175.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 110 | 0.27 | 0 | 0.46 | 0.21 | 95.22 | 0.46 | 0.61 |
| Hex | 94 | CA | 6E | 1B | 0 | 2E | 15 | 5F | 2E | 3D |
| Octal | 224 | 312 | 156 | 33 | 0 | 56 | 25 | 137 | 56 | 75 |
| Binary | 10010100 | 11001010 | 1101110 | 11011 | 0 | 101110 | 10101 | 1011111 | 101110 | 111101 |
Color Harmonies of #94CA6E
Complementary color
Monochromatic Colors of #94CA6E
Black with #94CA6E
Text Example
Text Example
White with #94CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA6E; }
p { color: rgb(148,202,110); }
H1.HeaderClassName
{
color: #94CA6E;
}
.AnyTagClassName
{
color: #94CA6E;
}
</style>
background-color css
<style>
a { background-color: #94CA6E; }
a { background-color: rgb(148,202,110); }
div.DivClassName
{
background-color: #94CA6E;
}
.BgClassName
{
background-color: #94CA6E;
}
</style>
border-color css
<style>
span { border-color: #94CA6E; }
span { border-color: rgb(148,202,110); }
td.TdClassName
{
border-color: #94CA6E;
}
.TagClassName
{
border-color: #94CA6E;
}
</style>