#AED66A

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

Shades of Conifer #AED66A

Tints of Conifer #AED66A

Color information

#AED66A (or 0xAED66A) is unknown color: approx Conifer. HEX triplet: AE, D6 and 6A. RGB value is (174,214,106). Sum of RGB (Red+Green+Blue) = 174+214+106=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #AED66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED66A is #512995. Grayscale: #BEBEBE. Windows color (decimal): -5319062 or 7001774. OLE color: 7001774.

HSL color Cylindrical-coordinate representation of color #AED66A: hue angle of 82.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED66A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB174214106-
CMYK0.1900.500.16
HSL82.22º56.84%62.75%-
HSV(B)82.22º50.47%83.92%-
XYZ44.158.1322.53-
YUV189.7380.75116.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=35.22%
G=43.32%
B=21.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141060.1900.500.1682.2256.8462.75
HexAED66A130321052393f
Octal25632615223062201227177
Binary10101110110101101101010100110110010100001010010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED66A; }

 p { color: rgb(174,214,106); }

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

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

 a { background-color: rgb(174,214,106); }

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

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

 span { border-color: rgb(174,214,106); }

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