#AEDF66

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

Shades of Conifer #AEDF66

Tints of Conifer #AEDF66

Color information

#AEDF66 (or 0xAEDF66) is unknown color: approx Conifer. HEX triplet: AE, DF and 66. RGB value is (174,223,102). Sum of RGB (Red+Green+Blue) = 174+223+102=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF66 is #512099. Grayscale: #C2C2C2. Windows color (decimal): -5316762 or 6741934. OLE color: 6741934.

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

Color convert

RGB174223102-
CMYK0.2200.540.13
HSL84.3º65.41%63.73%-
HSV(B)84.3º54.26%87.45%-
XYZ46.2462.7322.24-
YUV194.5575.77113.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 223 (87.5% from 255) = 44.69%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=34.87%
G=44.69%
B=20.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742231020.2200.540.1384.365.4163.73
HexAEDF6616036D544140
Octal2563371462606615124101100
Binary101011101101111111001101011001101101101101010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDF66; }

 p { color: rgb(174,223,102); }

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

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

 a { background-color: rgb(174,223,102); }

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

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

 span { border-color: rgb(174,223,102); }

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