#ADE169

Color #ADE169 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ADE169

Tints of Conifer #ADE169

Color information

#ADE169 (or 0xADE169) is unknown color: approx Conifer. HEX triplet: AD, E1 and 69. RGB value is (173,225,105). Sum of RGB (Red+Green+Blue) = 173+225+105=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE169 is #521E96. Grayscale: #C4C4C4. Windows color (decimal): -5381783 or 6939053. OLE color: 6939053.

HSL color Cylindrical-coordinate representation of color #ADE169: hue angle of 86º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE169 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB173225105-
CMYK0.2300.530.12
HSL86º66.67%64.71%-
HSV(B)86º53.33%88.24%-
XYZ46.7163.7523.21-
YUV195.7776.77111.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 225 (88.28% from 255) = 44.73%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=34.39%
G=44.73%
B=20.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732251050.2300.530.128666.6764.71
HexADE16917035C564341
Octal2553411512706514126103101
Binary101011011110000111010011011101101011100101011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE169; }

 p { color: rgb(173,225,105); }

 H1.HeaderClassName
 {
   color: #ADE169;
 }
 .AnyTagClassName
 {
   color: #ADE169;
 }
</style>
background-color css

<style>
 a { background-color: #ADE169; }

 a { background-color: rgb(173,225,105); }

 div.DivClassName
 {
   background-color: #ADE169;
 }
 .BgClassName
 {
   background-color: #ADE169;
 }
</style>
border-color css

<style>
 span { border-color: #ADE169; }

 span { border-color: rgb(173,225,105); }

 td.TdClassName
 {
   border-color: #ADE169;
 }
 .TagClassName
 {
   border-color: #ADE169;
 }
</style>