Html Css Color HEX #AEC508 La Rioja

📋 copy color: '#AEC508'

red 174 ◦ green 197 ◦ blue 8

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

Shades of La Rioja #AEC508

Tints of La Rioja #AEC508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 45.91%
G = 51.98%
B = 2.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#AEC508 (or 0xAEC508) is known color: La Rioja. HEX triplet: AE, C5 and 08. RGB value is (174,197,8). Sum of RGB (Red+Green+Blue) = 174+197+8=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC508 is #513AF7. Grayscale: #A9A9A9. Windows color (decimal): -5323512 or 574894. OLE color: 574894.

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

Color convert

RGB 174 197 8 -
CMYK 0.12 0 0.96 0.23
HSL 67.3º 0.92% 0.4% -
HSV(B) 67.3º 0.96% 0.77% -
XYZ 37.47 48.95 7.7 -
YUV 168.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 174 197 8 0.12 0 0.96 0.23 67.3 0.92 0.4
Hex AE C5 8 C 0 60 17 43 5C 28
Octal 256 305 10 14 0 140 27 103 134 50
Binary 10101110 11000101 1000 1100 0 1100000 10111 1000011 1011100 101000

Color Harmonies of #AEC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC508

Black with #AEC508

Text Example


Text Example

White with #AEC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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