#AEEA5A

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

Shades of Conifer #AEEA5A

Tints of Conifer #AEEA5A

Color information

#AEEA5A (or 0xAEEA5A) is unknown color: approx Conifer. HEX triplet: AE, EA and 5A. RGB value is (174,234,90). Sum of RGB (Red+Green+Blue) = 174+234+90=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA5A is #5115A5. Grayscale: #C8C8C8. Windows color (decimal): -5313958 or 5958318. OLE color: 5958318.

HSL color Cylindrical-coordinate representation of color #AEEA5A: hue angle of 85º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEEA5A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB17423490-
CMYK0.2600.620.08
HSL85º77.42%63.53%-
HSV(B)85º61.54%91.76%-
XYZ48.7268.5820.34-
YUV199.6466.12109.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 234 (91.80% from 255) = 46.99%
BLUE value IS 90 (35.55% from 255) = 18.07%
R=34.94%
G=46.99%
B=18.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174234900.2600.620.088577.4263.53
HexAEEA5A1A03E8554d40
Octal2563521323207610125115100
Binary101011101110101010110101101001111101000101010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEA5A; }

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

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

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

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

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

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

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

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