Shades of Java #1E978A
Tints of Java #1E978A
RGB
CMYK
RGB Variations
Color information
#1E978A (or 0x1E978A) is known color: Java. HEX triplet: 1E, 97 and 8A. RGB value is (30,151,138). Sum of RGB (Red+Green+Blue) = 30+151+138=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #1E978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E978A is #E16875. Grayscale: #717171. Windows color (decimal): -14772342 or 9082654. OLE color: 9082654.
HSL color Cylindrical-coordinate representation of color #1E978A: hue angle of 173.55º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E978A is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 138 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.41 |
| HSL | 173.55º | 0.67% | 0.35% | - |
| HSV(B) | 173.55º | 0.8% | 0.59% | - |
| XYZ | 16.19 | 24.24 | 27.87 | - |
| YUV | 113.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 138 | 0.80 | 0 | 0.09 | 0.41 | 173.55 | 0.67 | 0.35 |
| Hex | 1E | 97 | 8A | 50 | 0 | 9 | 29 | AE | 43 | 23 |
| Octal | 36 | 227 | 212 | 120 | 0 | 11 | 51 | 256 | 103 | 43 |
| Binary | 11110 | 10010111 | 10001010 | 1010000 | 0 | 1001 | 101001 | 10101110 | 1000011 | 100011 |
Color Harmonies of #1E978A
Complementary color
Monochromatic Colors of #1E978A
Black with #1E978A
Text Example
Text Example
White with #1E978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E978A; }
p { color: rgb(30,151,138); }
H1.HeaderClassName
{
color: #1E978A;
}
.AnyTagClassName
{
color: #1E978A;
}
</style>
background-color css
<style>
a { background-color: #1E978A; }
a { background-color: rgb(30,151,138); }
div.DivClassName
{
background-color: #1E978A;
}
.BgClassName
{
background-color: #1E978A;
}
</style>
border-color css
<style>
span { border-color: #1E978A; }
span { border-color: rgb(30,151,138); }
td.TdClassName
{
border-color: #1E978A;
}
.TagClassName
{
border-color: #1E978A;
}
</style>