#AEC00E

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

Shades of La Rioja #AEC00E

Tints of La Rioja #AEC00E

Color information

#AEC00E (or 0xAEC00E) is unknown color: approx La Rioja. HEX triplet: AE, C0 and 0E. RGB value is (174,192,14). Sum of RGB (Red+Green+Blue) = 174+192+14=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC00E is #513FF1. Grayscale: #A7A7A7. Windows color (decimal): -5324786 or 966830. OLE color: 966830.

HSL color Cylindrical-coordinate representation of color #AEC00E: hue angle of 66.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEC00E is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB17419214-
CMYK0.0900.930.25
HSL66.07º86.41%40.39%-
HSV(B)66.07º92.71%75.29%-
XYZ36.3846.737.52-
YUV166.3342.04133.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 14 (5.86% from 255) = 3.68%
R=45.79%
G=50.53%
B=3.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174192140.0900.930.2566.0786.4140.39
HexAEC0E905D19425628
Octal256300161101353110212650
Binary101011101100000011101001010111011100110000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC00E; }

 p { color: rgb(174,192,14); }

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

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

 a { background-color: rgb(174,192,14); }

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

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

 span { border-color: rgb(174,192,14); }

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