Html Css Color HEX #ACF194 Granny Smith Apple
📋 copy color: '#ACF194'red 172 ◦ green 241 ◦ blue 148
Shades of Granny Smith Apple #ACF194
Tints of Granny Smith Apple #ACF194
RGB
CMYK
RGB Variations
Color information
#ACF194 (or 0xACF194) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 94. RGB value is (172,241,148). Sum of RGB (Red+Green+Blue) = 172+241+148=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF194 is #530E6B. Grayscale: #D2D2D2. Windows color (decimal): -5443180 or 9761196. OLE color: 9761196.
HSL color Cylindrical-coordinate representation of color #ACF194: hue angle of 104.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF194 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 148 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.05 |
| HSL | 104.52º | 0.77% | 0.76% | - |
| HSV(B) | 104.52º | 0.39% | 0.95% | - |
| XYZ | 53.81 | 73.82 | 39.43 | - |
| YUV | 209.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 148 | 0.29 | 0 | 0.39 | 0.05 | 104.52 | 0.77 | 0.76 |
| Hex | AC | F1 | 94 | 1D | 0 | 27 | 5 | 69 | 4D | 4C |
| Octal | 254 | 361 | 224 | 35 | 0 | 47 | 5 | 151 | 115 | 114 |
| Binary | 10101100 | 11110001 | 10010100 | 11101 | 0 | 100111 | 101 | 1101001 | 1001101 | 1001100 |
Color Harmonies of #ACF194
Complementary color
Monochromatic Colors of #ACF194
Black with #ACF194
Text Example
Text Example
White with #ACF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF194; }
p { color: rgb(172,241,148); }
H1.HeaderClassName
{
color: #ACF194;
}
.AnyTagClassName
{
color: #ACF194;
}
</style>
background-color css
<style>
a { background-color: #ACF194; }
a { background-color: rgb(172,241,148); }
div.DivClassName
{
background-color: #ACF194;
}
.BgClassName
{
background-color: #ACF194;
}
</style>
border-color css
<style>
span { border-color: #ACF194; }
span { border-color: rgb(172,241,148); }
td.TdClassName
{
border-color: #ACF194;
}
.TagClassName
{
border-color: #ACF194;
}
</style>