Shades of Conifer #AFF25C
Tints of Conifer #AFF25C
RGB
CMYK
RGB Variations
Color information
#AFF25C (or 0xAFF25C) is known color: Conifer. HEX triplet: AF, F2 and 5C. RGB value is (175,242,92). Sum of RGB (Red+Green+Blue) = 175+242+92=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF25C is #500DA3. Grayscale: #CDCDCD. Windows color (decimal): -5246372 or 6091439. OLE color: 6091439.
HSL color Cylindrical-coordinate representation of color #AFF25C: hue angle of 86.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF25C is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 92 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.05 |
| HSL | 86.8º | 0.85% | 0.65% | - |
| HSV(B) | 86.8º | 0.62% | 0.95% | - |
| XYZ | 51.36 | 73.39 | 21.58 | - |
| YUV | 204.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 92 | 0.28 | 0 | 0.62 | 0.05 | 86.8 | 0.85 | 0.65 |
| Hex | AF | F2 | 5C | 1C | 0 | 3E | 5 | 57 | 55 | 41 |
| Octal | 257 | 362 | 134 | 34 | 0 | 76 | 5 | 127 | 125 | 101 |
| Binary | 10101111 | 11110010 | 1011100 | 11100 | 0 | 111110 | 101 | 1010111 | 1010101 | 1000001 |
Color Harmonies of #AFF25C
Complementary color
Monochromatic Colors of #AFF25C
Black with #AFF25C
Text Example
Text Example
White with #AFF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF25C; }
p { color: rgb(175,242,92); }
H1.HeaderClassName
{
color: #AFF25C;
}
.AnyTagClassName
{
color: #AFF25C;
}
</style>
background-color css
<style>
a { background-color: #AFF25C; }
a { background-color: rgb(175,242,92); }
div.DivClassName
{
background-color: #AFF25C;
}
.BgClassName
{
background-color: #AFF25C;
}
</style>
border-color css
<style>
span { border-color: #AFF25C; }
span { border-color: rgb(175,242,92); }
td.TdClassName
{
border-color: #AFF25C;
}
.TagClassName
{
border-color: #AFF25C;
}
</style>