Html Css Color HEX #ACF38C Granny Smith Apple
📋 copy color: '#ACF38C'red 172 ◦ green 243 ◦ blue 140
Shades of Granny Smith Apple #ACF38C
Tints of Granny Smith Apple #ACF38C
RGB
CMYK
RGB Variations
Color information
#ACF38C (or 0xACF38C) is known color: Granny Smith Apple. HEX triplet: AC, F3 and 8C. RGB value is (172,243,140). Sum of RGB (Red+Green+Blue) = 172+243+140=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF38C is #530C73. Grayscale: #D2D2D2. Windows color (decimal): -5442676 or 9237420. OLE color: 9237420.
HSL color Cylindrical-coordinate representation of color #ACF38C: hue angle of 101.36º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACF38C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 140 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.05 |
| HSL | 101.36º | 0.81% | 0.75% | - |
| HSV(B) | 101.36º | 0.42% | 0.95% | - |
| XYZ | 53.8 | 74.77 | 36.41 | - |
| YUV | 210.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 140 | 0.29 | 0 | 0.42 | 0.05 | 101.36 | 0.81 | 0.75 |
| Hex | AC | F3 | 8C | 1D | 0 | 2A | 5 | 65 | 51 | 4B |
| Octal | 254 | 363 | 214 | 35 | 0 | 52 | 5 | 145 | 121 | 113 |
| Binary | 10101100 | 11110011 | 10001100 | 11101 | 0 | 101010 | 101 | 1100101 | 1010001 | 1001011 |
Color Harmonies of #ACF38C
Complementary color
Monochromatic Colors of #ACF38C
Black with #ACF38C
Text Example
Text Example
White with #ACF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF38C; }
p { color: rgb(172,243,140); }
H1.HeaderClassName
{
color: #ACF38C;
}
.AnyTagClassName
{
color: #ACF38C;
}
</style>
background-color css
<style>
a { background-color: #ACF38C; }
a { background-color: rgb(172,243,140); }
div.DivClassName
{
background-color: #ACF38C;
}
.BgClassName
{
background-color: #ACF38C;
}
</style>
border-color css
<style>
span { border-color: #ACF38C; }
span { border-color: rgb(172,243,140); }
td.TdClassName
{
border-color: #ACF38C;
}
.TagClassName
{
border-color: #ACF38C;
}
</style>