Html Css Color HEX #ACF38F Granny Smith Apple
📋 copy color: '#ACF38F'red 172 ◦ green 243 ◦ blue 143
Shades of Granny Smith Apple #ACF38F
Tints of Granny Smith Apple #ACF38F
RGB
CMYK
RGB Variations
Color information
#ACF38F (or 0xACF38F) is known color: Granny Smith Apple. HEX triplet: AC, F3 and 8F. RGB value is (172,243,143). Sum of RGB (Red+Green+Blue) = 172+243+143=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF38F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF38F is #530C70. Grayscale: #D2D2D2. Windows color (decimal): -5442673 or 9434028. OLE color: 9434028.
HSL color Cylindrical-coordinate representation of color #ACF38F: hue angle of 102.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF38F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 143 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.05 |
| HSL | 102.6º | 0.81% | 0.76% | - |
| HSV(B) | 102.6º | 0.41% | 0.95% | - |
| XYZ | 54.02 | 74.86 | 37.59 | - |
| YUV | 210.37 | 89.98 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 143 | 0.29 | 0 | 0.41 | 0.05 | 102.6 | 0.81 | 0.76 |
| Hex | AC | F3 | 8F | 1D | 0 | 29 | 5 | 67 | 51 | 4C |
| Octal | 254 | 363 | 217 | 35 | 0 | 51 | 5 | 147 | 121 | 114 |
| Binary | 10101100 | 11110011 | 10001111 | 11101 | 0 | 101001 | 101 | 1100111 | 1010001 | 1001100 |
Color Harmonies of #ACF38F
Complementary color
Monochromatic Colors of #ACF38F
Black with #ACF38F
Text Example
Text Example
White with #ACF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF38F; }
p { color: rgb(172,243,143); }
H1.HeaderClassName
{
color: #ACF38F;
}
.AnyTagClassName
{
color: #ACF38F;
}
</style>
background-color css
<style>
a { background-color: #ACF38F; }
a { background-color: rgb(172,243,143); }
div.DivClassName
{
background-color: #ACF38F;
}
.BgClassName
{
background-color: #ACF38F;
}
</style>
border-color css
<style>
span { border-color: #ACF38F; }
span { border-color: rgb(172,243,143); }
td.TdClassName
{
border-color: #ACF38F;
}
.TagClassName
{
border-color: #ACF38F;
}
</style>