Shades of Sushi #8AA63C
Tints of Sushi #8AA63C
RGB
CMYK
RGB Variations
Color information
#8AA63C (or 0x8AA63C) is known color: Sushi. HEX triplet: 8A, A6 and 3C. RGB value is (138,166,60). Sum of RGB (Red+Green+Blue) = 138+166+60=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA63C is #7559C3. Grayscale: #919191. Windows color (decimal): -7690692 or 3974794. OLE color: 3974794.
HSL color Cylindrical-coordinate representation of color #8AA63C: hue angle of 75.85º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AA63C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 60 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.35 |
| HSL | 75.85º | 0.47% | 0.44% | - |
| HSV(B) | 75.85º | 0.64% | 0.65% | - |
| XYZ | 24.93 | 33 | 9.33 | - |
| YUV | 145.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 60 | 0.17 | 0 | 0.64 | 0.35 | 75.85 | 0.47 | 0.44 |
| Hex | 8A | A6 | 3C | 11 | 0 | 40 | 23 | 4C | 2F | 2C |
| Octal | 212 | 246 | 74 | 21 | 0 | 100 | 43 | 114 | 57 | 54 |
| Binary | 10001010 | 10100110 | 111100 | 10001 | 0 | 1000000 | 100011 | 1001100 | 101111 | 101100 |
Color Harmonies of #8AA63C
Complementary color
Monochromatic Colors of #8AA63C
Black with #8AA63C
Text Example
Text Example
White with #8AA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA63C; }
p { color: rgb(138,166,60); }
H1.HeaderClassName
{
color: #8AA63C;
}
.AnyTagClassName
{
color: #8AA63C;
}
</style>
background-color css
<style>
a { background-color: #8AA63C; }
a { background-color: rgb(138,166,60); }
div.DivClassName
{
background-color: #8AA63C;
}
.BgClassName
{
background-color: #8AA63C;
}
</style>
border-color css
<style>
span { border-color: #8AA63C; }
span { border-color: rgb(138,166,60); }
td.TdClassName
{
border-color: #8AA63C;
}
.TagClassName
{
border-color: #8AA63C;
}
</style>