#AEC007

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

Shades of La Rioja #AEC007

Tints of La Rioja #AEC007

Color information

#AEC007 (or 0xAEC007) is unknown color: approx La Rioja. HEX triplet: AE, C0 and 07. RGB value is (174,192,7). Sum of RGB (Red+Green+Blue) = 174+192+7=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC007 is #513FF8. Grayscale: #A6A6A6. Windows color (decimal): -5324793 or 508078. OLE color: 508078.

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

Color convert

RGB1741927-
CMYK0.0900.960.25
HSL65.84º92.96%39.02%-
HSV(B)65.84º96.35%75.29%-
XYZ36.3446.717.3-
YUV165.5338.54134.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 192 (75.39% from 255) = 51.47%
BLUE value IS 7 (3.12% from 255) = 1.88%
R=46.65%
G=51.47%
B=1.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17419270.0900.960.2565.8492.9639.02
HexAEC07906019425d27
Octal25630071101403110213547
Binary10101110110000001111001011000001100110000101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC007; }

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

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

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

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

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

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

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

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