Html Css Color HEX #AEC008 La Rioja

📋 copy color: '#AEC008'

red 174 ◦ green 192 ◦ blue 8

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

Shades of La Rioja #AEC008

Tints of La Rioja #AEC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

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

R = 46.52%
G = 51.34%
B = 2.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#AEC008 (or 0xAEC008) is known color: La Rioja. HEX triplet: AE, C0 and 08. RGB value is (174,192,8). Sum of RGB (Red+Green+Blue) = 174+192+8=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC008 is #513FF7. Grayscale: #A6A6A6. Windows color (decimal): -5324792 or 573614. OLE color: 573614.

HSL color Cylindrical-coordinate representation of color #AEC008: hue angle of 65.87º degrees, saturation: 0.92, 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 #AEC008 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 8 -
CMYK 0.09 0 0.96 0.25
HSL 65.87º 0.92% 0.39% -
HSV(B) 65.87º 0.96% 0.75% -
XYZ 36.35 46.72 7.33 -
YUV 165.64 39.04 133.96 -
System Red Green Blue C M Y K H S L
Decimal 174 192 8 0.09 0 0.96 0.25 65.87 0.92 0.39
Hex AE C0 8 9 0 60 19 42 5C 27
Octal 256 300 10 11 0 140 31 102 134 47
Binary 10101110 11000000 1000 1001 0 1100000 11001 1000010 1011100 100111

Color Harmonies of #AEC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC008

Black with #AEC008

Text Example


Text Example

White with #AEC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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