Html Css Color HEX #ACF98A Granny Smith Apple
📋 copy color: '#ACF98A'red 172 ◦ green 249 ◦ blue 138
Shades of Granny Smith Apple #ACF98A
Tints of Granny Smith Apple #ACF98A
RGB
CMYK
RGB Variations
Color information
#ACF98A (or 0xACF98A) is known color: Granny Smith Apple. HEX triplet: AC, F9 and 8A. RGB value is (172,249,138). Sum of RGB (Red+Green+Blue) = 172+249+138=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF98A is #530675. Grayscale: #D5D5D5. Windows color (decimal): -5441142 or 9107884. OLE color: 9107884.
HSL color Cylindrical-coordinate representation of color #ACF98A: hue angle of 101.62º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF98A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 138 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.02 |
| HSL | 101.62º | 0.9% | 0.76% | - |
| HSV(B) | 101.62º | 0.45% | 0.98% | - |
| XYZ | 55.48 | 78.36 | 36.25 | - |
| YUV | 213.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 138 | 0.31 | 0 | 0.45 | 0.02 | 101.62 | 0.9 | 0.76 |
| Hex | AC | F9 | 8A | 1F | 0 | 2D | 2 | 66 | 5A | 4C |
| Octal | 254 | 371 | 212 | 37 | 0 | 55 | 2 | 146 | 132 | 114 |
| Binary | 10101100 | 11111001 | 10001010 | 11111 | 0 | 101101 | 10 | 1100110 | 1011010 | 1001100 |
Color Harmonies of #ACF98A
Complementary color
Monochromatic Colors of #ACF98A
Black with #ACF98A
Text Example
Text Example
White with #ACF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF98A; }
p { color: rgb(172,249,138); }
H1.HeaderClassName
{
color: #ACF98A;
}
.AnyTagClassName
{
color: #ACF98A;
}
</style>
background-color css
<style>
a { background-color: #ACF98A; }
a { background-color: rgb(172,249,138); }
div.DivClassName
{
background-color: #ACF98A;
}
.BgClassName
{
background-color: #ACF98A;
}
</style>
border-color css
<style>
span { border-color: #ACF98A; }
span { border-color: rgb(172,249,138); }
td.TdClassName
{
border-color: #ACF98A;
}
.TagClassName
{
border-color: #ACF98A;
}
</style>