#AEDB56

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

Shades of Conifer #AEDB56

Tints of Conifer #AEDB56

Color information

#AEDB56 (or 0xAEDB56) is unknown color: approx Conifer. HEX triplet: AE, DB and 56. RGB value is (174,219,86). Sum of RGB (Red+Green+Blue) = 174+219+86=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB56 is #5124A9. Grayscale: #BEBEBE. Windows color (decimal): -5317802 or 5692334. OLE color: 5692334.

HSL color Cylindrical-coordinate representation of color #AEDB56: hue angle of 80.3º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEDB56 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB17421986-
CMYK0.2100.610.14
HSL80.3º64.88%59.8%-
HSV(B)80.3º60.73%85.88%-
XYZ44.4760.3318.11-
YUV190.3869.09116.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 86 (33.98% from 255) = 17.95%
R=36.33%
G=45.72%
B=17.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174219860.2100.610.1480.364.8859.8
HexAEDB561503DE50413c
Octal256333126250751612010174
Binary10101110110110111010110101010111101111010100001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB56; }

 p { color: rgb(174,219,86); }

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

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

 a { background-color: rgb(174,219,86); }

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

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

 span { border-color: rgb(174,219,86); }

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