Html Css Color HEX #AEC50E La Rioja

📋 copy color: '#AEC50E'

red 174 ◦ green 197 ◦ blue 14

#AEC50E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #AEC50E

Tints of La Rioja #AEC50E

RGB

 RED value IS 174 (68.36% from 255) = 45.19%

 GREEN value IS 197 (77.34% from 255) = 51.17%

 BLUE value IS 14 (5.86% from 255) = 3.64%

R = 45.19%
G = 51.17%
B = 3.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#AEC50E (or 0xAEC50E) is known color: La Rioja. HEX triplet: AE, C5 and 0E. RGB value is (174,197,14). Sum of RGB (Red+Green+Blue) = 174+197+14=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC50E is #513AF1. Grayscale: #A9A9A9. Windows color (decimal): -5323506 or 968110. OLE color: 968110.

HSL color Cylindrical-coordinate representation of color #AEC50E: hue angle of 67.54º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEC50E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 14 -
CMYK 0.12 0 0.93 0.23
HSL 67.54º 0.87% 0.41% -
HSV(B) 67.54º 0.93% 0.77% -
XYZ 37.5 48.96 7.89 -
YUV 169.26 40.38 131.38 -
System Red Green Blue C M Y K H S L
Decimal 174 197 14 0.12 0 0.93 0.23 67.54 0.87 0.41
Hex AE C5 E C 0 5D 17 44 57 29
Octal 256 305 16 14 0 135 27 104 127 51
Binary 10101110 11000101 1110 1100 0 1011101 10111 1000100 1010111 101001

Color Harmonies of #AEC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC50E

Black with #AEC50E

Text Example


Text Example

White with #AEC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC50E; }

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

 H1.HeaderClassName
 {
   color: #AEC50E;
 }
 .AnyTagClassName
 {
   color: #AEC50E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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