Shades of Conifer #ADE34B
Tints of Conifer #ADE34B
RGB
CMYK
RGB Variations
Color information
#ADE34B (or 0xADE34B) is known color: Conifer. HEX triplet: AD, E3 and 4B. RGB value is (173,227,75). Sum of RGB (Red+Green+Blue) = 173+227+75=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE34B is #521CB4. Grayscale: #C2C2C2. Windows color (decimal): -5381301 or 4973485. OLE color: 4973485.
HSL color Cylindrical-coordinate representation of color #ADE34B: hue angle of 81.32º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADE34B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 75 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.32º | 0.73% | 0.59% | - |
| HSV(B) | 81.32º | 0.67% | 0.89% | - |
| XYZ | 45.97 | 64.33 | 16.65 | - |
| YUV | 193.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 75 | 0.24 | 0 | 0.67 | 0.11 | 81.32 | 0.73 | 0.59 |
| Hex | AD | E3 | 4B | 18 | 0 | 43 | B | 51 | 49 | 3B |
| Octal | 255 | 343 | 113 | 30 | 0 | 103 | 13 | 121 | 111 | 73 |
| Binary | 10101101 | 11100011 | 1001011 | 11000 | 0 | 1000011 | 1011 | 1010001 | 1001001 | 111011 |
Color Harmonies of #ADE34B
Complementary color
Monochromatic Colors of #ADE34B
Black with #ADE34B
Text Example
Text Example
White with #ADE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE34B; }
p { color: rgb(173,227,75); }
H1.HeaderClassName
{
color: #ADE34B;
}
.AnyTagClassName
{
color: #ADE34B;
}
</style>
background-color css
<style>
a { background-color: #ADE34B; }
a { background-color: rgb(173,227,75); }
div.DivClassName
{
background-color: #ADE34B;
}
.BgClassName
{
background-color: #ADE34B;
}
</style>
border-color css
<style>
span { border-color: #ADE34B; }
span { border-color: rgb(173,227,75); }
td.TdClassName
{
border-color: #ADE34B;
}
.TagClassName
{
border-color: #ADE34B;
}
</style>