Html Css Color HEX #AEC10A La Rioja

📋 copy color: '#AEC10A'

red 174 ◦ green 193 ◦ blue 10

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

Shades of La Rioja #AEC10A

Tints of La Rioja #AEC10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.19%

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

R = 46.15%
G = 51.19%
B = 2.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#AEC10A (or 0xAEC10A) is known color: La Rioja. HEX triplet: AE, C1 and 0A. RGB value is (174,193,10). Sum of RGB (Red+Green+Blue) = 174+193+10=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC10A is #513EF5. Grayscale: #A7A7A7. Windows color (decimal): -5324534 or 704942. OLE color: 704942.

HSL color Cylindrical-coordinate representation of color #AEC10A: hue angle of 66.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEC10A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 10 -
CMYK 0.10 0 0.95 0.24
HSL 66.23º 0.9% 0.4% -
HSV(B) 66.23º 0.95% 0.76% -
XYZ 36.58 47.16 7.46 -
YUV 166.46 39.71 133.38 -
System Red Green Blue C M Y K H S L
Decimal 174 193 10 0.10 0 0.95 0.24 66.23 0.9 0.4
Hex AE C1 A A 0 5F 18 42 5A 28
Octal 256 301 12 12 0 137 30 102 132 50
Binary 10101110 11000001 1010 1010 0 1011111 11000 1000010 1011010 101000

Color Harmonies of #AEC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC10A

Black with #AEC10A

Text Example


Text Example

White with #AEC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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