Html Css Color HEX #AAF398 Granny Smith Apple
📋 copy color: '#AAF398'red 170 ◦ green 243 ◦ blue 152
Shades of Granny Smith Apple #AAF398
Tints of Granny Smith Apple #AAF398
RGB
CMYK
RGB Variations
Color information
#AAF398 (or 0xAAF398) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 98. RGB value is (170,243,152). Sum of RGB (Red+Green+Blue) = 170+243+152=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF398 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF398 is #550C67. Grayscale: #D3D3D3. Windows color (decimal): -5573736 or 10023850. OLE color: 10023850.
HSL color Cylindrical-coordinate representation of color #AAF398: hue angle of 108.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAF398 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 152 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.05 |
| HSL | 108.13º | 0.79% | 0.77% | - |
| HSV(B) | 108.13º | 0.37% | 0.95% | - |
| XYZ | 54.3 | 74.91 | 41.3 | - |
| YUV | 210.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 152 | 0.30 | 0 | 0.37 | 0.05 | 108.13 | 0.79 | 0.77 |
| Hex | AA | F3 | 98 | 1E | 0 | 25 | 5 | 6C | 4F | 4D |
| Octal | 252 | 363 | 230 | 36 | 0 | 45 | 5 | 154 | 117 | 115 |
| Binary | 10101010 | 11110011 | 10011000 | 11110 | 0 | 100101 | 101 | 1101100 | 1001111 | 1001101 |
Color Harmonies of #AAF398
Complementary color
Monochromatic Colors of #AAF398
Black with #AAF398
Text Example
Text Example
White with #AAF398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF398; }
p { color: rgb(170,243,152); }
H1.HeaderClassName
{
color: #AAF398;
}
.AnyTagClassName
{
color: #AAF398;
}
</style>
background-color css
<style>
a { background-color: #AAF398; }
a { background-color: rgb(170,243,152); }
div.DivClassName
{
background-color: #AAF398;
}
.BgClassName
{
background-color: #AAF398;
}
</style>
border-color css
<style>
span { border-color: #AAF398; }
span { border-color: rgb(170,243,152); }
td.TdClassName
{
border-color: #AAF398;
}
.TagClassName
{
border-color: #AAF398;
}
</style>