#AEDE4B

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

Shades of Conifer #AEDE4B

Tints of Conifer #AEDE4B

Color information

#AEDE4B (or 0xAEDE4B) is unknown color: approx Conifer. HEX triplet: AE, DE and 4B. RGB value is (174,222,75). Sum of RGB (Red+Green+Blue) = 174+222+75=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDE4B is #5121B4. Grayscale: #BFBFBF. Windows color (decimal): -5317045 or 4972206. OLE color: 4972206.

HSL color Cylindrical-coordinate representation of color #AEDE4B: hue angle of 79.59º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEDE4B is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB17422275-
CMYK0.2200.660.13
HSL79.59º69.01%58.24%-
HSV(B)79.59º66.22%87.06%-
XYZ44.8561.7516.21-
YUV190.8962.6115.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 222 (87.11% from 255) = 47.13%
BLUE value IS 75 (29.69% from 255) = 15.92%
R=36.94%
G=47.13%
B=15.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174222750.2200.660.1379.5969.0158.24
HexAEDE4B16042D50453a
Octal2563361132601021512010572
Binary101011101101111010010111011001000010110110100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE4B; }

 p { color: rgb(174,222,75); }

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

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

 a { background-color: rgb(174,222,75); }

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

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

 span { border-color: rgb(174,222,75); }

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