#AAEB5A

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

Shades of Conifer #AAEB5A

Tints of Conifer #AAEB5A

Color information

#AAEB5A (or 0xAAEB5A) is unknown color: approx Conifer. HEX triplet: AA, EB and 5A. RGB value is (170,235,90). Sum of RGB (Red+Green+Blue) = 170+235+90=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB5A is #5514A5. Grayscale: #C7C7C7. Windows color (decimal): -5575846 or 5958570. OLE color: 5958570.

HSL color Cylindrical-coordinate representation of color #AAEB5A: hue angle of 86.9º degrees, saturation: 0.78, 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 #AAEB5A is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB17023590-
CMYK0.2800.620.08
HSL86.9º78.38%63.73%-
HSV(B)86.9º61.7%92.16%-
XYZ48.1368.720.4-
YUV199.0366.47107.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 235 (92.19% from 255) = 47.47%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=34.34%
G=47.47%
B=18.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170235900.2800.620.0886.978.3863.73
HexAAEB5A1C03E8574e40
Octal2523531323407610127116100
Binary101010101110101110110101110001111101000101011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEB5A; }

 p { color: rgb(170,235,90); }

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

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

 a { background-color: rgb(170,235,90); }

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

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

 span { border-color: rgb(170,235,90); }

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