Shades of Conifer #AFF269
Tints of Conifer #AFF269
RGB
CMYK
RGB Variations
Color information
#AFF269 (or 0xAFF269) is known color: Conifer. HEX triplet: AF, F2 and 69. RGB value is (175,242,105). Sum of RGB (Red+Green+Blue) = 175+242+105=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF269 is #500D96. Grayscale: #CECECE. Windows color (decimal): -5246359 or 6943407. OLE color: 6943407.
HSL color Cylindrical-coordinate representation of color #AFF269: hue angle of 89.34º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF269 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 105 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.05 |
| HSL | 89.34º | 0.84% | 0.68% | - |
| HSV(B) | 89.34º | 0.57% | 0.95% | - |
| XYZ | 51.98 | 73.64 | 24.84 | - |
| YUV | 206.35 | 70.8 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 105 | 0.28 | 0 | 0.57 | 0.05 | 89.34 | 0.84 | 0.68 |
| Hex | AF | F2 | 69 | 1C | 0 | 39 | 5 | 59 | 54 | 44 |
| Octal | 257 | 362 | 151 | 34 | 0 | 71 | 5 | 131 | 124 | 104 |
| Binary | 10101111 | 11110010 | 1101001 | 11100 | 0 | 111001 | 101 | 1011001 | 1010100 | 1000100 |
Color Harmonies of #AFF269
Complementary color
Monochromatic Colors of #AFF269
Black with #AFF269
Text Example
Text Example
White with #AFF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF269; }
p { color: rgb(175,242,105); }
H1.HeaderClassName
{
color: #AFF269;
}
.AnyTagClassName
{
color: #AFF269;
}
</style>
background-color css
<style>
a { background-color: #AFF269; }
a { background-color: rgb(175,242,105); }
div.DivClassName
{
background-color: #AFF269;
}
.BgClassName
{
background-color: #AFF269;
}
</style>
border-color css
<style>
span { border-color: #AFF269; }
span { border-color: rgb(175,242,105); }
td.TdClassName
{
border-color: #AFF269;
}
.TagClassName
{
border-color: #AFF269;
}
</style>