Html Css Color HEX #ACF394 Granny Smith Apple
📋 copy color: '#ACF394'red 172 ◦ green 243 ◦ blue 148
Shades of Granny Smith Apple #ACF394
Tints of Granny Smith Apple #ACF394
RGB
CMYK
RGB Variations
Color information
#ACF394 (or 0xACF394) is known color: Granny Smith Apple. HEX triplet: AC, F3 and 94. RGB value is (172,243,148). Sum of RGB (Red+Green+Blue) = 172+243+148=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF394 is #530C6B. Grayscale: #D3D3D3. Windows color (decimal): -5442668 or 9761708. OLE color: 9761708.
HSL color Cylindrical-coordinate representation of color #ACF394: hue angle of 104.84º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF394 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 148 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.05 |
| HSL | 104.84º | 0.8% | 0.77% | - |
| HSV(B) | 104.84º | 0.39% | 0.95% | - |
| XYZ | 54.41 | 75.01 | 39.63 | - |
| YUV | 210.94 | 92.48 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 148 | 0.29 | 0 | 0.39 | 0.05 | 104.84 | 0.8 | 0.77 |
| Hex | AC | F3 | 94 | 1D | 0 | 27 | 5 | 69 | 50 | 4D |
| Octal | 254 | 363 | 224 | 35 | 0 | 47 | 5 | 151 | 120 | 115 |
| Binary | 10101100 | 11110011 | 10010100 | 11101 | 0 | 100111 | 101 | 1101001 | 1010000 | 1001101 |
Color Harmonies of #ACF394
Complementary color
Monochromatic Colors of #ACF394
Black with #ACF394
Text Example
Text Example
White with #ACF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF394; }
p { color: rgb(172,243,148); }
H1.HeaderClassName
{
color: #ACF394;
}
.AnyTagClassName
{
color: #ACF394;
}
</style>
background-color css
<style>
a { background-color: #ACF394; }
a { background-color: rgb(172,243,148); }
div.DivClassName
{
background-color: #ACF394;
}
.BgClassName
{
background-color: #ACF394;
}
</style>
border-color css
<style>
span { border-color: #ACF394; }
span { border-color: rgb(172,243,148); }
td.TdClassName
{
border-color: #ACF394;
}
.TagClassName
{
border-color: #ACF394;
}
</style>