Shades of Conifer #ADEE4C
Tints of Conifer #ADEE4C
RGB
CMYK
RGB Variations
Color information
#ADEE4C (or 0xADEE4C) is known color: Conifer. HEX triplet: AD, EE and 4C. RGB value is (173,238,76). Sum of RGB (Red+Green+Blue) = 173+238+76=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEE4C is #5211B3. Grayscale: #C8C8C8. Windows color (decimal): -5378484 or 5041837. OLE color: 5041837.
HSL color Cylindrical-coordinate representation of color #ADEE4C: hue angle of 84.07º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADEE4C is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 76 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.07 |
| HSL | 84.07º | 0.83% | 0.62% | - |
| HSV(B) | 84.07º | 0.68% | 0.93% | - |
| XYZ | 49.11 | 70.56 | 17.87 | - |
| YUV | 200.1 | 57.97 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 76 | 0.27 | 0 | 0.68 | 0.07 | 84.07 | 0.83 | 0.62 |
| Hex | AD | EE | 4C | 1B | 0 | 44 | 7 | 54 | 53 | 3E |
| Octal | 255 | 356 | 114 | 33 | 0 | 104 | 7 | 124 | 123 | 76 |
| Binary | 10101101 | 11101110 | 1001100 | 11011 | 0 | 1000100 | 111 | 1010100 | 1010011 | 111110 |
Color Harmonies of #ADEE4C
Complementary color
Monochromatic Colors of #ADEE4C
Black with #ADEE4C
Text Example
Text Example
White with #ADEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE4C; }
p { color: rgb(173,238,76); }
H1.HeaderClassName
{
color: #ADEE4C;
}
.AnyTagClassName
{
color: #ADEE4C;
}
</style>
background-color css
<style>
a { background-color: #ADEE4C; }
a { background-color: rgb(173,238,76); }
div.DivClassName
{
background-color: #ADEE4C;
}
.BgClassName
{
background-color: #ADEE4C;
}
</style>
border-color css
<style>
span { border-color: #ADEE4C; }
span { border-color: rgb(173,238,76); }
td.TdClassName
{
border-color: #ADEE4C;
}
.TagClassName
{
border-color: #ADEE4C;
}
</style>