Shades of Java #24918E
Tints of Java #24918E
RGB
CMYK
RGB Variations
Color information
#24918E (or 0x24918E) is known color: Java. HEX triplet: 24, 91 and 8E. RGB value is (36,145,142). Sum of RGB (Red+Green+Blue) = 36+145+142=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #24918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24918E is #DB6E71. Grayscale: #6F6F6F. Windows color (decimal): -14380658 or 9343268. OLE color: 9343268.
HSL color Cylindrical-coordinate representation of color #24918E: hue angle of 178.35º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24918E is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 142 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.43 |
| HSL | 178.35º | 0.6% | 0.35% | - |
| HSV(B) | 178.35º | 0.75% | 0.57% | - |
| XYZ | 15.74 | 22.58 | 29.12 | - |
| YUV | 112.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 142 | 0.75 | 0 | 0.02 | 0.43 | 178.35 | 0.6 | 0.35 |
| Hex | 24 | 91 | 8E | 4B | 0 | 2 | 2B | B2 | 3C | 23 |
| Octal | 44 | 221 | 216 | 113 | 0 | 2 | 53 | 262 | 74 | 43 |
| Binary | 100100 | 10010001 | 10001110 | 1001011 | 0 | 10 | 101011 | 10110010 | 111100 | 100011 |
Color Harmonies of #24918E
Complementary color
Monochromatic Colors of #24918E
Black with #24918E
Text Example
Text Example
White with #24918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24918E; }
p { color: rgb(36,145,142); }
H1.HeaderClassName
{
color: #24918E;
}
.AnyTagClassName
{
color: #24918E;
}
</style>
background-color css
<style>
a { background-color: #24918E; }
a { background-color: rgb(36,145,142); }
div.DivClassName
{
background-color: #24918E;
}
.BgClassName
{
background-color: #24918E;
}
</style>
border-color css
<style>
span { border-color: #24918E; }
span { border-color: rgb(36,145,142); }
td.TdClassName
{
border-color: #24918E;
}
.TagClassName
{
border-color: #24918E;
}
</style>