Html Css Color HEX #AEC80A La Rioja

📋 copy color: '#AEC80A'

red 174 ◦ green 200 ◦ blue 10

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

Shades of La Rioja #AEC80A

Tints of La Rioja #AEC80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 45.31%
G = 52.08%
B = 2.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#AEC80A (or 0xAEC80A) is known color: La Rioja. HEX triplet: AE, C8 and 0A. RGB value is (174,200,10). Sum of RGB (Red+Green+Blue) = 174+200+10=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC80A is #5137F5. Grayscale: #ABABAB. Windows color (decimal): -5322742 or 706734. OLE color: 706734.

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

Color convert

RGB 174 200 10 -
CMYK 0.13 0 0.95 0.22
HSL 68.21º 0.9% 0.41% -
HSV(B) 68.21º 0.95% 0.78% -
XYZ 38.16 50.33 7.99 -
YUV 170.57 37.39 130.45 -
System Red Green Blue C M Y K H S L
Decimal 174 200 10 0.13 0 0.95 0.22 68.21 0.9 0.41
Hex AE C8 A D 0 5F 16 44 5A 29
Octal 256 310 12 15 0 137 26 104 132 51
Binary 10101110 11001000 1010 1101 0 1011111 10110 1000100 1011010 101001

Color Harmonies of #AEC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC80A

Black with #AEC80A

Text Example


Text Example

White with #AEC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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