Shades of Java #24A197
Tints of Java #24A197
RGB
CMYK
RGB Variations
Color information
#24A197 (or 0x24A197) is known color: Java. HEX triplet: 24, A1 and 97. RGB value is (36,161,151). Sum of RGB (Red+Green+Blue) = 36+161+151=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #24A197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A197 is #DB5E68. Grayscale: #7A7A7A. Windows color (decimal): -14376553 or 9937188. OLE color: 9937188.
HSL color Cylindrical-coordinate representation of color #24A197: hue angle of 175.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A197 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 161 | 151 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.37 |
| HSL | 175.2º | 0.63% | 0.39% | - |
| HSV(B) | 175.2º | 0.78% | 0.63% | - |
| XYZ | 19.06 | 28.1 | 33.7 | - |
| YUV | 122.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 161 | 151 | 0.78 | 0 | 0.06 | 0.37 | 175.2 | 0.63 | 0.39 |
| Hex | 24 | A1 | 97 | 4E | 0 | 6 | 25 | AF | 3F | 27 |
| Octal | 44 | 241 | 227 | 116 | 0 | 6 | 45 | 257 | 77 | 47 |
| Binary | 100100 | 10100001 | 10010111 | 1001110 | 0 | 110 | 100101 | 10101111 | 111111 | 100111 |
Color Harmonies of #24A197
Complementary color
Monochromatic Colors of #24A197
Black with #24A197
Text Example
Text Example
White with #24A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A197; }
p { color: rgb(36,161,151); }
H1.HeaderClassName
{
color: #24A197;
}
.AnyTagClassName
{
color: #24A197;
}
</style>
background-color css
<style>
a { background-color: #24A197; }
a { background-color: rgb(36,161,151); }
div.DivClassName
{
background-color: #24A197;
}
.BgClassName
{
background-color: #24A197;
}
</style>
border-color css
<style>
span { border-color: #24A197; }
span { border-color: rgb(36,161,151); }
td.TdClassName
{
border-color: #24A197;
}
.TagClassName
{
border-color: #24A197;
}
</style>