Shades of Conifer #ADE667
Tints of Conifer #ADE667
RGB
CMYK
RGB Variations
Color information
#ADE667 (or 0xADE667) is known color: Conifer. HEX triplet: AD, E6 and 67. RGB value is (173,230,103). Sum of RGB (Red+Green+Blue) = 173+230+103=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE667 is #521998. Grayscale: #C6C6C6. Windows color (decimal): -5380505 or 6809261. OLE color: 6809261.
HSL color Cylindrical-coordinate representation of color #ADE667: hue angle of 86.93º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE667 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 103 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.10 |
| HSL | 86.93º | 0.72% | 0.65% | - |
| HSV(B) | 86.93º | 0.55% | 0.9% | - |
| XYZ | 47.98 | 66.46 | 23.13 | - |
| YUV | 198.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 103 | 0.25 | 0 | 0.55 | 0.10 | 86.93 | 0.72 | 0.65 |
| Hex | AD | E6 | 67 | 19 | 0 | 37 | A | 57 | 48 | 41 |
| Octal | 255 | 346 | 147 | 31 | 0 | 67 | 12 | 127 | 110 | 101 |
| Binary | 10101101 | 11100110 | 1100111 | 11001 | 0 | 110111 | 1010 | 1010111 | 1001000 | 1000001 |
Color Harmonies of #ADE667
Complementary color
Monochromatic Colors of #ADE667
Black with #ADE667
Text Example
Text Example
White with #ADE667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE667; }
p { color: rgb(173,230,103); }
H1.HeaderClassName
{
color: #ADE667;
}
.AnyTagClassName
{
color: #ADE667;
}
</style>
background-color css
<style>
a { background-color: #ADE667; }
a { background-color: rgb(173,230,103); }
div.DivClassName
{
background-color: #ADE667;
}
.BgClassName
{
background-color: #ADE667;
}
</style>
border-color css
<style>
span { border-color: #ADE667; }
span { border-color: rgb(173,230,103); }
td.TdClassName
{
border-color: #ADE667;
}
.TagClassName
{
border-color: #ADE667;
}
</style>