#AEC20B

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

Shades of La Rioja #AEC20B

Tints of La Rioja #AEC20B

Color information

#AEC20B (or 0xAEC20B) is unknown color: approx La Rioja. HEX triplet: AE, C2 and 0B. RGB value is (174,194,11). Sum of RGB (Red+Green+Blue) = 174+194+11=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC20B is #513DF4. Grayscale: #A7A7A7. Windows color (decimal): -5324277 or 770734. OLE color: 770734.

HSL color Cylindrical-coordinate representation of color #AEC20B: hue angle of 66.56º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEC20B is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB17419411-
CMYK0.1000.940.24
HSL66.56º89.27%40.2%-
HSV(B)66.56º94.33%76.08%-
XYZ36.8147.617.57-
YUV167.1639.87132.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 194 (76.17% from 255) = 51.19%
BLUE value IS 11 (4.69% from 255) = 2.90%
R=45.91%
G=51.19%
B=2.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174194110.1000.940.2466.5689.2740.2
HexAEC2BA05E18435928
Octal256302131201363010313150
Binary101011101100001010111010010111101100010000111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC20B; }

 p { color: rgb(174,194,11); }

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

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

 a { background-color: rgb(174,194,11); }

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

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

 span { border-color: rgb(174,194,11); }

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