Shades of Feijoa #ACF37E
Tints of Feijoa #ACF37E
RGB
CMYK
RGB Variations
Color information
#ACF37E (or 0xACF37E) is known color: Feijoa. HEX triplet: AC, F3 and 7E. RGB value is (172,243,126). Sum of RGB (Red+Green+Blue) = 172+243+126=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF37E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF37E is #530C81. Grayscale: #D0D0D0. Windows color (decimal): -5442690 or 8319916. OLE color: 8319916.
HSL color Cylindrical-coordinate representation of color #ACF37E: hue angle of 96.41º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF37E is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 126 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.05 |
| HSL | 96.41º | 0.83% | 0.72% | - |
| HSV(B) | 96.41º | 0.48% | 0.95% | - |
| XYZ | 52.83 | 74.38 | 31.31 | - |
| YUV | 208.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 126 | 0.29 | 0 | 0.48 | 0.05 | 96.41 | 0.83 | 0.72 |
| Hex | AC | F3 | 7E | 1D | 0 | 30 | 5 | 60 | 53 | 48 |
| Octal | 254 | 363 | 176 | 35 | 0 | 60 | 5 | 140 | 123 | 110 |
| Binary | 10101100 | 11110011 | 1111110 | 11101 | 0 | 110000 | 101 | 1100000 | 1010011 | 1001000 |
Color Harmonies of #ACF37E
Complementary color
Monochromatic Colors of #ACF37E
Black with #ACF37E
Text Example
Text Example
White with #ACF37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF37E; }
p { color: rgb(172,243,126); }
H1.HeaderClassName
{
color: #ACF37E;
}
.AnyTagClassName
{
color: #ACF37E;
}
</style>
background-color css
<style>
a { background-color: #ACF37E; }
a { background-color: rgb(172,243,126); }
div.DivClassName
{
background-color: #ACF37E;
}
.BgClassName
{
background-color: #ACF37E;
}
</style>
border-color css
<style>
span { border-color: #ACF37E; }
span { border-color: rgb(172,243,126); }
td.TdClassName
{
border-color: #ACF37E;
}
.TagClassName
{
border-color: #ACF37E;
}
</style>