Shades of Java #22918A
Tints of Java #22918A
RGB
CMYK
RGB Variations
Color information
#22918A (or 0x22918A) is known color: Java. HEX triplet: 22, 91 and 8A. RGB value is (34,145,138). Sum of RGB (Red+Green+Blue) = 34+145+138=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #22918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22918A is #DD6E75. Grayscale: #6E6E6E. Windows color (decimal): -14511734 or 9081122. OLE color: 9081122.
HSL color Cylindrical-coordinate representation of color #22918A: hue angle of 176.22º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22918A is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 145 | 138 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.43 |
| HSL | 176.22º | 0.62% | 0.35% | - |
| HSV(B) | 176.22º | 0.77% | 0.57% | - |
| XYZ | 15.37 | 22.43 | 27.56 | - |
| YUV | 111.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 138 | 0.77 | 0 | 0.05 | 0.43 | 176.22 | 0.62 | 0.35 |
| Hex | 22 | 91 | 8A | 4D | 0 | 5 | 2B | B0 | 3E | 23 |
| Octal | 42 | 221 | 212 | 115 | 0 | 5 | 53 | 260 | 76 | 43 |
| Binary | 100010 | 10010001 | 10001010 | 1001101 | 0 | 101 | 101011 | 10110000 | 111110 | 100011 |
Color Harmonies of #22918A
Complementary color
Monochromatic Colors of #22918A
Black with #22918A
Text Example
Text Example
White with #22918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22918A; }
p { color: rgb(34,145,138); }
H1.HeaderClassName
{
color: #22918A;
}
.AnyTagClassName
{
color: #22918A;
}
</style>
background-color css
<style>
a { background-color: #22918A; }
a { background-color: rgb(34,145,138); }
div.DivClassName
{
background-color: #22918A;
}
.BgClassName
{
background-color: #22918A;
}
</style>
border-color css
<style>
span { border-color: #22918A; }
span { border-color: rgb(34,145,138); }
td.TdClassName
{
border-color: #22918A;
}
.TagClassName
{
border-color: #22918A;
}
</style>