#AED567

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

Shades of Conifer #AED567

Tints of Conifer #AED567

Color information

#AED567 (or 0xAED567) is unknown color: approx Conifer. HEX triplet: AE, D5 and 67. RGB value is (174,213,103). Sum of RGB (Red+Green+Blue) = 174+213+103=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #AED567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED567 is #512A98. Grayscale: #BDBDBD. Windows color (decimal): -5319321 or 6804910. OLE color: 6804910.

HSL color Cylindrical-coordinate representation of color #AED567: hue angle of 81.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AED567 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB174213103-
CMYK0.1800.520.16
HSL81.27º56.7%61.96%-
HSV(B)81.27º51.64%83.53%-
XYZ43.757.5721.64-
YUV188.879.58117.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=35.51%
G=43.47%
B=21.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131030.1800.520.1681.2756.761.96
HexAED567120341051393e
Octal25632514722064201217176
Binary10101110110101011100111100100110100100001010001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED567; }

 p { color: rgb(174,213,103); }

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

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

 a { background-color: rgb(174,213,103); }

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

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

 span { border-color: rgb(174,213,103); }

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