Shades of Spring Bud #AFF102
Tints of Spring Bud #AFF102
RGB
CMYK
RGB Variations
Color information
#AFF102 (or 0xAFF102) is known color: Spring Bud. HEX triplet: AF, F1 and 02. RGB value is (175,241,2). Sum of RGB (Red+Green+Blue) = 175+241+2=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF102 is #500EFD. Grayscale: #C2C2C2. Windows color (decimal): -5246718 or 192943. OLE color: 192943.
HSL color Cylindrical-coordinate representation of color #AFF102: hue angle of 76.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFF102 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.05 |
| HSL | 76.57º | 0.98% | 0.48% | - |
| HSV(B) | 76.57º | 0.99% | 0.95% | - |
| XYZ | 49.15 | 72.03 | 11.37 | - |
| YUV | 194.02 | 19.63 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 2 | 0.27 | 0 | 0.99 | 0.05 | 76.57 | 0.98 | 0.48 |
| Hex | AF | F1 | 2 | 1B | 0 | 63 | 5 | 4D | 62 | 30 |
| Octal | 257 | 361 | 2 | 33 | 0 | 143 | 5 | 115 | 142 | 60 |
| Binary | 10101111 | 11110001 | 10 | 11011 | 0 | 1100011 | 101 | 1001101 | 1100010 | 110000 |
Color Harmonies of #AFF102
Complementary color
Monochromatic Colors of #AFF102
Black with #AFF102
Text Example
Text Example
White with #AFF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF102; }
p { color: rgb(175,241,2); }
H1.HeaderClassName
{
color: #AFF102;
}
.AnyTagClassName
{
color: #AFF102;
}
</style>
background-color css
<style>
a { background-color: #AFF102; }
a { background-color: rgb(175,241,2); }
div.DivClassName
{
background-color: #AFF102;
}
.BgClassName
{
background-color: #AFF102;
}
</style>
border-color css
<style>
span { border-color: #AFF102; }
span { border-color: rgb(175,241,2); }
td.TdClassName
{
border-color: #AFF102;
}
.TagClassName
{
border-color: #AFF102;
}
</style>