Shades of Conifer #ADF24A
Tints of Conifer #ADF24A
RGB
CMYK
RGB Variations
Color information
#ADF24A (or 0xADF24A) is known color: Conifer. HEX triplet: AD, F2 and 4A. RGB value is (173,242,74). Sum of RGB (Red+Green+Blue) = 173+242+74=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF24A is #520DB5. Grayscale: #CACACA. Windows color (decimal): -5377462 or 4911789. OLE color: 4911789.
HSL color Cylindrical-coordinate representation of color #ADF24A: hue angle of 84.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF24A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 74 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.05 |
| HSL | 84.64º | 0.87% | 0.62% | - |
| HSV(B) | 84.64º | 0.69% | 0.95% | - |
| XYZ | 50.22 | 72.88 | 17.9 | - |
| YUV | 202.22 | 55.64 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 74 | 0.29 | 0 | 0.69 | 0.05 | 84.64 | 0.87 | 0.62 |
| Hex | AD | F2 | 4A | 1D | 0 | 45 | 5 | 55 | 57 | 3E |
| Octal | 255 | 362 | 112 | 35 | 0 | 105 | 5 | 125 | 127 | 76 |
| Binary | 10101101 | 11110010 | 1001010 | 11101 | 0 | 1000101 | 101 | 1010101 | 1010111 | 111110 |
Color Harmonies of #ADF24A
Complementary color
Monochromatic Colors of #ADF24A
Black with #ADF24A
Text Example
Text Example
White with #ADF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF24A; }
p { color: rgb(173,242,74); }
H1.HeaderClassName
{
color: #ADF24A;
}
.AnyTagClassName
{
color: #ADF24A;
}
</style>
background-color css
<style>
a { background-color: #ADF24A; }
a { background-color: rgb(173,242,74); }
div.DivClassName
{
background-color: #ADF24A;
}
.BgClassName
{
background-color: #ADF24A;
}
</style>
border-color css
<style>
span { border-color: #ADF24A; }
span { border-color: rgb(173,242,74); }
td.TdClassName
{
border-color: #ADF24A;
}
.TagClassName
{
border-color: #ADF24A;
}
</style>