#AADF65

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

Shades of Conifer #AADF65

Tints of Conifer #AADF65

Color information

#AADF65 (or 0xAADF65) is unknown color: approx Conifer. HEX triplet: AA, DF and 65. RGB value is (170,223,101). Sum of RGB (Red+Green+Blue) = 170+223+101=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF65 is #55209A. Grayscale: #C1C1C1. Windows color (decimal): -5578907 or 6676394. OLE color: 6676394.

HSL color Cylindrical-coordinate representation of color #AADF65: hue angle of 86.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AADF65 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB170223101-
CMYK0.2400.550.13
HSL86.07º65.59%63.53%-
HSV(B)86.07º54.71%87.45%-
XYZ45.3162.2621.94-
YUV193.2475.94111.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=34.41%
G=45.14%
B=20.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231010.2400.550.1386.0765.5963.53
HexAADF6518037D564240
Octal2523371453006715126102100
Binary101010101101111111001011100001101111101101011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF65; }

 p { color: rgb(170,223,101); }

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

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

 a { background-color: rgb(170,223,101); }

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

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

 span { border-color: rgb(170,223,101); }

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