Html Css Color HEX #ACF98B Granny Smith Apple
📋 copy color: '#ACF98B'red 172 ◦ green 249 ◦ blue 139
Shades of Granny Smith Apple #ACF98B
Tints of Granny Smith Apple #ACF98B
RGB
CMYK
RGB Variations
Color information
#ACF98B (or 0xACF98B) is known color: Granny Smith Apple. HEX triplet: AC, F9 and 8B. RGB value is (172,249,139). Sum of RGB (Red+Green+Blue) = 172+249+139=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF98B is #530674. Grayscale: #D5D5D5. Windows color (decimal): -5441141 or 9173420. OLE color: 9173420.
HSL color Cylindrical-coordinate representation of color #ACF98B: hue angle of 102º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF98B is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 139 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.02 |
| HSL | 102º | 0.9% | 0.76% | - |
| HSV(B) | 102º | 0.44% | 0.98% | - |
| XYZ | 55.55 | 78.39 | 36.63 | - |
| YUV | 213.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 139 | 0.31 | 0 | 0.44 | 0.02 | 102 | 0.9 | 0.76 |
| Hex | AC | F9 | 8B | 1F | 0 | 2C | 2 | 66 | 5A | 4C |
| Octal | 254 | 371 | 213 | 37 | 0 | 54 | 2 | 146 | 132 | 114 |
| Binary | 10101100 | 11111001 | 10001011 | 11111 | 0 | 101100 | 10 | 1100110 | 1011010 | 1001100 |
Color Harmonies of #ACF98B
Complementary color
Monochromatic Colors of #ACF98B
Black with #ACF98B
Text Example
Text Example
White with #ACF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF98B; }
p { color: rgb(172,249,139); }
H1.HeaderClassName
{
color: #ACF98B;
}
.AnyTagClassName
{
color: #ACF98B;
}
</style>
background-color css
<style>
a { background-color: #ACF98B; }
a { background-color: rgb(172,249,139); }
div.DivClassName
{
background-color: #ACF98B;
}
.BgClassName
{
background-color: #ACF98B;
}
</style>
border-color css
<style>
span { border-color: #ACF98B; }
span { border-color: rgb(172,249,139); }
td.TdClassName
{
border-color: #ACF98B;
}
.TagClassName
{
border-color: #ACF98B;
}
</style>