#ADE069

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

Shades of Conifer #ADE069

Tints of Conifer #ADE069

Color information

#ADE069 (or 0xADE069) is unknown color: approx Conifer. HEX triplet: AD, E0 and 69. RGB value is (173,224,105). Sum of RGB (Red+Green+Blue) = 173+224+105=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE069 is #521F96. Grayscale: #C3C3C3. Windows color (decimal): -5382039 or 6938797. OLE color: 6938797.

HSL color Cylindrical-coordinate representation of color #ADE069: hue angle of 85.71º degrees, saturation: 0.66, 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 #ADE069 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB173224105-
CMYK0.2300.530.12
HSL85.71º65.75%64.51%-
HSV(B)85.71º53.12%87.84%-
XYZ46.4463.2223.12-
YUV195.1877.1112.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 224 (87.89% from 255) = 44.62%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=34.46%
G=44.62%
B=20.92%

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
Decimal1732241050.2300.530.1285.7165.7564.51
HexADE06917035C564241
Octal2553401512706514126102101
Binary101011011110000011010011011101101011100101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE069; }

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

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

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

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

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

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

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

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