#AED568

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

Shades of Conifer #AED568

Tints of Conifer #AED568

Color information

#AED568 (or 0xAED568) is unknown color: approx Conifer. HEX triplet: AE, D5 and 68. RGB value is (174,213,104). Sum of RGB (Red+Green+Blue) = 174+213+104=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #AED568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED568 is #512A97. Grayscale: #BDBDBD. Windows color (decimal): -5319320 or 6870446. OLE color: 6870446.

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

Color convert

RGB174213104-
CMYK0.1800.510.16
HSL81.47º56.48%62.16%-
HSV(B)81.47º51.17%83.53%-
XYZ43.7557.5921.91-
YUV188.9180.08117.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=35.44%
G=43.38%
B=21.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131040.1800.510.1681.4756.4862.16
HexAED568120331051383e
Octal25632515022063201217076
Binary10101110110101011101000100100110011100001010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED568; }

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

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

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

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

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

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

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

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