#AEDB59

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

Shades of Conifer #AEDB59

Tints of Conifer #AEDB59

Color information

#AEDB59 (or 0xAEDB59) is unknown color: approx Conifer. HEX triplet: AE, DB and 59. RGB value is (174,219,89). Sum of RGB (Red+Green+Blue) = 174+219+89=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB59 is #5124A6. Grayscale: #BFBFBF. Windows color (decimal): -5317799 or 5888942. OLE color: 5888942.

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

Color convert

RGB17421989-
CMYK0.2100.590.14
HSL80.77º64.36%60.39%-
HSV(B)80.77º59.36%85.88%-
XYZ44.5960.3818.76-
YUV190.7370.59116.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 89 (35.16% from 255) = 18.46%
R=36.10%
G=45.44%
B=18.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174219890.2100.590.1480.7764.3660.39
HexAEDB591503BE51403c
Octal256333131250731612110074
Binary10101110110110111011001101010111011111010100011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB59; }

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

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

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

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

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

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

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

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