Html Css Color HEX #ACF98D Granny Smith Apple
📋 copy color: '#ACF98D'red 172 ◦ green 249 ◦ blue 141
Shades of Granny Smith Apple #ACF98D
Tints of Granny Smith Apple #ACF98D
RGB
CMYK
RGB Variations
Color information
#ACF98D (or 0xACF98D) is known color: Granny Smith Apple. HEX triplet: AC, F9 and 8D. RGB value is (172,249,141). Sum of RGB (Red+Green+Blue) = 172+249+141=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF98D is #530672. Grayscale: #D6D6D6. Windows color (decimal): -5441139 or 9304492. OLE color: 9304492.
HSL color Cylindrical-coordinate representation of color #ACF98D: hue angle of 102.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF98D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 249 | 141 | - |
CMYK | 0.31 | 0 | 0.43 | 0.02 |
HSL | 102.78º | 0.9% | 0.76% | - |
HSV(B) | 102.78º | 0.43% | 0.98% | - |
XYZ | 55.7 | 78.45 | 37.41 | - |
YUV | 213.67 | 86.99 | 98.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 249 | 141 | 0.31 | 0 | 0.43 | 0.02 | 102.78 | 0.9 | 0.76 |
Hex | AC | F9 | 8D | 1F | 0 | 2B | 2 | 67 | 5A | 4C |
Octal | 254 | 371 | 215 | 37 | 0 | 53 | 2 | 147 | 132 | 114 |
Binary | 10101100 | 11111001 | 10001101 | 11111 | 0 | 101011 | 10 | 1100111 | 1011010 | 1001100 |
Color Harmonies of #ACF98D
Complementary color
Monochromatic Colors of #ACF98D
Black with #ACF98D
Text Example
Text Example
White with #ACF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF98D; }
p { color: rgb(172,249,141); }
H1.HeaderClassName
{
color: #ACF98D;
}
.AnyTagClassName
{
color: #ACF98D;
}
</style>
background-color css
<style>
a { background-color: #ACF98D; }
a { background-color: rgb(172,249,141); }
div.DivClassName
{
background-color: #ACF98D;
}
.BgClassName
{
background-color: #ACF98D;
}
</style>
border-color css
<style>
span { border-color: #ACF98D; }
span { border-color: rgb(172,249,141); }
td.TdClassName
{
border-color: #ACF98D;
}
.TagClassName
{
border-color: #ACF98D;
}
</style>