Html Css Color HEX #ACF293 Granny Smith Apple
📋 copy color: '#ACF293'red 172 ◦ green 242 ◦ blue 147
Shades of Granny Smith Apple #ACF293
Tints of Granny Smith Apple #ACF293
RGB
CMYK
RGB Variations
Color information
#ACF293 (or 0xACF293) is known color: Granny Smith Apple. HEX triplet: AC, F2 and 93. RGB value is (172,242,147). Sum of RGB (Red+Green+Blue) = 172+242+147=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF293 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF293 is #530D6C. Grayscale: #D2D2D2. Windows color (decimal): -5442925 or 9695916. OLE color: 9695916.
HSL color Cylindrical-coordinate representation of color #ACF293: hue angle of 104.21º degrees, saturation: 0.79, 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 #ACF293 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 147 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.05 |
| HSL | 104.21º | 0.79% | 0.76% | - |
| HSV(B) | 104.21º | 0.39% | 0.95% | - |
| XYZ | 54.03 | 74.38 | 39.11 | - |
| YUV | 210.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 147 | 0.29 | 0 | 0.39 | 0.05 | 104.21 | 0.79 | 0.76 |
| Hex | AC | F2 | 93 | 1D | 0 | 27 | 5 | 68 | 4F | 4C |
| Octal | 254 | 362 | 223 | 35 | 0 | 47 | 5 | 150 | 117 | 114 |
| Binary | 10101100 | 11110010 | 10010011 | 11101 | 0 | 100111 | 101 | 1101000 | 1001111 | 1001100 |
Color Harmonies of #ACF293
Complementary color
Monochromatic Colors of #ACF293
Black with #ACF293
Text Example
Text Example
White with #ACF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF293; }
p { color: rgb(172,242,147); }
H1.HeaderClassName
{
color: #ACF293;
}
.AnyTagClassName
{
color: #ACF293;
}
</style>
background-color css
<style>
a { background-color: #ACF293; }
a { background-color: rgb(172,242,147); }
div.DivClassName
{
background-color: #ACF293;
}
.BgClassName
{
background-color: #ACF293;
}
</style>
border-color css
<style>
span { border-color: #ACF293; }
span { border-color: rgb(172,242,147); }
td.TdClassName
{
border-color: #ACF293;
}
.TagClassName
{
border-color: #ACF293;
}
</style>