#AEC203

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

Shades of La Rioja #AEC203

Tints of La Rioja #AEC203

Color information

#AEC203 (or 0xAEC203) is unknown color: approx La Rioja. HEX triplet: AE, C2 and 03. RGB value is (174,194,3). Sum of RGB (Red+Green+Blue) = 174+194+3=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC203 is #513DFC. Grayscale: #A6A6A6. Windows color (decimal): -5324285 or 246446. OLE color: 246446.

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

Color convert

RGB1741943-
CMYK0.1000.980.24
HSL66.28º96.95%38.63%-
HSV(B)66.28º98.45%76.08%-
XYZ36.7647.597.33-
YUV166.2535.87133.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 194 (76.17% from 255) = 52.29%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=46.90%
G=52.29%
B=0.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17419430.1000.980.2466.2896.9538.63
HexAEC23A06218426127
Octal25630231201423010214147
Binary1010111011000010111010011000101100010000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC203; }

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

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

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

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

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

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

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

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