Html Css Color HEX #AEC800 La Rioja

📋 copy color: '#AEC800'

red 174 ◦ green 200 ◦ blue 0

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

Shades of La Rioja #AEC800

Tints of La Rioja #AEC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.52%
G = 53.48%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#AEC800 (or 0xAEC800) is known color: La Rioja. HEX triplet: AE, C8 and 00. RGB value is (174,200,0). Sum of RGB (Red+Green+Blue) = 174+200+0=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC800 is #5137FF. Grayscale: #AAAAAA. Windows color (decimal): -5322752 or 51374. OLE color: 51374.

HSL color Cylindrical-coordinate representation of color #AEC800: hue angle of 67.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEC800 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 0 -
CMYK 0.13 0 1 0.22
HSL 67.8º 1% 0.39% -
HSV(B) 67.8º 1% 0.78% -
XYZ 38.11 50.31 7.7 -
YUV 169.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 174 200 0 0.13 0 1 0.22 67.8 1 0.39
Hex AE C8 0 D 0 64 16 44 64 27
Octal 256 310 0 15 0 144 26 104 144 47
Binary 10101110 11001000 0 1101 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #AEC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC800

Black with #AEC800

Text Example


Text Example

White with #AEC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC800; }

 p { color: rgb(174,200,0); }

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

background-color css

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

 a { background-color: rgb(174,200,0); }

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

border-color css

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

 span { border-color: rgb(174,200,0); }

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