#AEE85D

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

Shades of Conifer #AEE85D

Tints of Conifer #AEE85D

Color information

#AEE85D (or 0xAEE85D) is unknown color: approx Conifer. HEX triplet: AE, E8 and 5D. RGB value is (174,232,93). Sum of RGB (Red+Green+Blue) = 174+232+93=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE85D is #5117A2. Grayscale: #C7C7C7. Windows color (decimal): -5314467 or 6154414. OLE color: 6154414.

HSL color Cylindrical-coordinate representation of color #AEE85D: hue angle of 85.04º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEE85D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB17423293-
CMYK0.2500.600.09
HSL85.04º75.14%63.73%-
HSV(B)85.04º59.91%90.98%-
XYZ48.2967.520.84-
YUV198.8168.28110.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 232 (91.02% from 255) = 46.49%
BLUE value IS 93 (36.72% from 255) = 18.64%
R=34.87%
G=46.49%
B=18.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174232930.2500.600.0985.0475.1463.73
HexAEE85D1903C9554b40
Octal2563501353107411125113100
Binary101011101110100010111011100101111001001101010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE85D; }

 p { color: rgb(174,232,93); }

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

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

 a { background-color: rgb(174,232,93); }

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

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

 span { border-color: rgb(174,232,93); }

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