Html Css Color HEX #AAF38F Granny Smith Apple
📋 copy color: '#AAF38F'red 170 ◦ green 243 ◦ blue 143
Shades of Granny Smith Apple #AAF38F
Tints of Granny Smith Apple #AAF38F
RGB
CMYK
RGB Variations
Color information
#AAF38F (or 0xAAF38F) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 8F. RGB value is (170,243,143). Sum of RGB (Red+Green+Blue) = 170+243+143=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF38F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF38F is #550C70. Grayscale: #D2D2D2. Windows color (decimal): -5573745 or 9434026. OLE color: 9434026.
HSL color Cylindrical-coordinate representation of color #AAF38F: hue angle of 103.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAF38F is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 143 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.05 |
| HSL | 103.8º | 0.81% | 0.76% | - |
| HSV(B) | 103.8º | 0.41% | 0.95% | - |
| XYZ | 53.59 | 74.63 | 37.57 | - |
| YUV | 209.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 143 | 0.30 | 0 | 0.41 | 0.05 | 103.8 | 0.81 | 0.76 |
| Hex | AA | F3 | 8F | 1E | 0 | 29 | 5 | 68 | 51 | 4C |
| Octal | 252 | 363 | 217 | 36 | 0 | 51 | 5 | 150 | 121 | 114 |
| Binary | 10101010 | 11110011 | 10001111 | 11110 | 0 | 101001 | 101 | 1101000 | 1010001 | 1001100 |
Color Harmonies of #AAF38F
Complementary color
Monochromatic Colors of #AAF38F
Black with #AAF38F
Text Example
Text Example
White with #AAF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF38F; }
p { color: rgb(170,243,143); }
H1.HeaderClassName
{
color: #AAF38F;
}
.AnyTagClassName
{
color: #AAF38F;
}
</style>
background-color css
<style>
a { background-color: #AAF38F; }
a { background-color: rgb(170,243,143); }
div.DivClassName
{
background-color: #AAF38F;
}
.BgClassName
{
background-color: #AAF38F;
}
</style>
border-color css
<style>
span { border-color: #AAF38F; }
span { border-color: rgb(170,243,143); }
td.TdClassName
{
border-color: #AAF38F;
}
.TagClassName
{
border-color: #AAF38F;
}
</style>