Html Css Color HEX #AEC10C La Rioja

📋 copy color: '#AEC10C'

red 174 ◦ green 193 ◦ blue 12

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

Shades of La Rioja #AEC10C

Tints of La Rioja #AEC10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 45.91%
G = 50.92%
B = 3.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AEC10C (or 0xAEC10C) is known color: La Rioja. HEX triplet: AE, C1 and 0C. RGB value is (174,193,12). Sum of RGB (Red+Green+Blue) = 174+193+12=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC10C is #513EF3. Grayscale: #A7A7A7. Windows color (decimal): -5324532 or 836014. OLE color: 836014.

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

Color convert

RGB 174 193 12 -
CMYK 0.10 0 0.94 0.24
HSL 66.3º 0.88% 0.4% -
HSV(B) 66.3º 0.94% 0.76% -
XYZ 36.59 47.17 7.52 -
YUV 166.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 174 193 12 0.10 0 0.94 0.24 66.3 0.88 0.4
Hex AE C1 C A 0 5E 18 42 58 28
Octal 256 301 14 12 0 136 30 102 130 50
Binary 10101110 11000001 1100 1010 0 1011110 11000 1000010 1011000 101000

Color Harmonies of #AEC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC10C

Black with #AEC10C

Text Example


Text Example

White with #AEC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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