#AEC90A

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

Shades of La Rioja #AEC90A

Tints of La Rioja #AEC90A

Color information

#AEC90A (or 0xAEC90A) is unknown color: approx La Rioja. HEX triplet: AE, C9 and 0A. RGB value is (174,201,10). Sum of RGB (Red+Green+Blue) = 174+201+10=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC90A is #5136F5. Grayscale: #ABABAB. Windows color (decimal): -5322486 or 706990. OLE color: 706990.

HSL color Cylindrical-coordinate representation of color #AEC90A: hue angle of 68.48º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEC90A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB17420110-
CMYK0.1300.950.21
HSL68.48º90.52%41.37%-
HSV(B)68.48º95.02%78.82%-
XYZ38.450.798.07-
YUV171.1537.05130.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 201 (78.91% from 255) = 52.21%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=45.19%
G=52.21%
B=2.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174201100.1300.950.2168.4890.5241.37
HexAEC9AD05F15445b29
Octal256311121501372510413351
Binary101011101100100110101101010111111010110001001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC90A; }

 p { color: rgb(174,201,10); }

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

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

 a { background-color: rgb(174,201,10); }

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

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

 span { border-color: rgb(174,201,10); }

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