Shades of Conifer #ADE64A
Tints of Conifer #ADE64A
RGB
CMYK
RGB Variations
Color information
#ADE64A (or 0xADE64A) is known color: Conifer. HEX triplet: AD, E6 and 4A. RGB value is (173,230,74). Sum of RGB (Red+Green+Blue) = 173+230+74=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE64A is #5219B5. Grayscale: #C3C3C3. Windows color (decimal): -5380534 or 4908717. OLE color: 4908717.
HSL color Cylindrical-coordinate representation of color #ADE64A: hue angle of 81.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE64A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 230 | 74 | - |
CMYK | 0.25 | 0 | 0.68 | 0.10 |
HSL | 81.92º | 0.76% | 0.6% | - |
HSV(B) | 81.92º | 0.68% | 0.9% | - |
XYZ | 46.77 | 65.97 | 16.75 | - |
YUV | 195.17 | 59.62 | 112.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 230 | 74 | 0.25 | 0 | 0.68 | 0.10 | 81.92 | 0.76 | 0.6 |
Hex | AD | E6 | 4A | 19 | 0 | 44 | A | 52 | 4C | 3C |
Octal | 255 | 346 | 112 | 31 | 0 | 104 | 12 | 122 | 114 | 74 |
Binary | 10101101 | 11100110 | 1001010 | 11001 | 0 | 1000100 | 1010 | 1010010 | 1001100 | 111100 |
Color Harmonies of #ADE64A
Complementary color
Monochromatic Colors of #ADE64A
Black with #ADE64A
Text Example
Text Example
White with #ADE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE64A; }
p { color: rgb(173,230,74); }
H1.HeaderClassName
{
color: #ADE64A;
}
.AnyTagClassName
{
color: #ADE64A;
}
</style>
background-color css
<style>
a { background-color: #ADE64A; }
a { background-color: rgb(173,230,74); }
div.DivClassName
{
background-color: #ADE64A;
}
.BgClassName
{
background-color: #ADE64A;
}
</style>
border-color css
<style>
span { border-color: #ADE64A; }
span { border-color: rgb(173,230,74); }
td.TdClassName
{
border-color: #ADE64A;
}
.TagClassName
{
border-color: #ADE64A;
}
</style>