Html Css Color HEX #ACF395 Granny Smith Apple
📋 copy color: '#ACF395'red 172 ◦ green 243 ◦ blue 149
Shades of Granny Smith Apple #ACF395
Tints of Granny Smith Apple #ACF395
RGB
CMYK
RGB Variations
Color information
#ACF395 (or 0xACF395) is known color: Granny Smith Apple. HEX triplet: AC, F3 and 95. RGB value is (172,243,149). Sum of RGB (Red+Green+Blue) = 172+243+149=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF395 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF395 is #530C6A. Grayscale: #D3D3D3. Windows color (decimal): -5442667 or 9827244. OLE color: 9827244.
HSL color Cylindrical-coordinate representation of color #ACF395: hue angle of 105.32º 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 #ACF395 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 149 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.05 |
| HSL | 105.32º | 0.8% | 0.77% | - |
| HSV(B) | 105.32º | 0.39% | 0.95% | - |
| XYZ | 54.49 | 75.04 | 40.05 | - |
| YUV | 211.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 149 | 0.29 | 0 | 0.39 | 0.05 | 105.32 | 0.8 | 0.77 |
| Hex | AC | F3 | 95 | 1D | 0 | 27 | 5 | 69 | 50 | 4D |
| Octal | 254 | 363 | 225 | 35 | 0 | 47 | 5 | 151 | 120 | 115 |
| Binary | 10101100 | 11110011 | 10010101 | 11101 | 0 | 100111 | 101 | 1101001 | 1010000 | 1001101 |
Color Harmonies of #ACF395
Complementary color
Monochromatic Colors of #ACF395
Black with #ACF395
Text Example
Text Example
White with #ACF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF395; }
p { color: rgb(172,243,149); }
H1.HeaderClassName
{
color: #ACF395;
}
.AnyTagClassName
{
color: #ACF395;
}
</style>
background-color css
<style>
a { background-color: #ACF395; }
a { background-color: rgb(172,243,149); }
div.DivClassName
{
background-color: #ACF395;
}
.BgClassName
{
background-color: #ACF395;
}
</style>
border-color css
<style>
span { border-color: #ACF395; }
span { border-color: rgb(172,243,149); }
td.TdClassName
{
border-color: #ACF395;
}
.TagClassName
{
border-color: #ACF395;
}
</style>