#AEE85A

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

Shades of Conifer #AEE85A

Tints of Conifer #AEE85A

Color information

#AEE85A (or 0xAEE85A) is unknown color: approx Conifer. HEX triplet: AE, E8 and 5A. RGB value is (174,232,90). Sum of RGB (Red+Green+Blue) = 174+232+90=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE85A is #5117A5. Grayscale: #C6C6C6. Windows color (decimal): -5314470 or 5957806. OLE color: 5957806.

HSL color Cylindrical-coordinate representation of color #AEE85A: hue angle of 84.51º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEE85A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB17423290-
CMYK0.2500.610.09
HSL84.51º75.53%63.14%-
HSV(B)84.51º61.21%90.98%-
XYZ48.1667.4520.15-
YUV198.4766.78110.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 232 (91.02% from 255) = 46.77%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=35.08%
G=46.77%
B=18.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174232900.2500.610.0984.5175.5363.14
HexAEE85A1903D9554c3f
Octal256350132310751112511477
Binary10101110111010001011010110010111101100110101011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE85A; }

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

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

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

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

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

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

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

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