Html Css Color HEX #AEC10D La Rioja

📋 copy color: '#AEC10D'

red 174 ◦ green 193 ◦ blue 13

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

Shades of La Rioja #AEC10D

Tints of La Rioja #AEC10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 45.79%
G = 50.79%
B = 3.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#AEC10D (or 0xAEC10D) is known color: La Rioja. HEX triplet: AE, C1 and 0D. RGB value is (174,193,13). Sum of RGB (Red+Green+Blue) = 174+193+13=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC10D is #513EF2. Grayscale: #A7A7A7. Windows color (decimal): -5324531 or 901550. OLE color: 901550.

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

Color convert

RGB 174 193 13 -
CMYK 0.10 0 0.93 0.24
HSL 66.33º 0.87% 0.4% -
HSV(B) 66.33º 0.93% 0.76% -
XYZ 36.6 47.17 7.56 -
YUV 166.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 174 193 13 0.10 0 0.93 0.24 66.33 0.87 0.4
Hex AE C1 D A 0 5D 18 42 57 28
Octal 256 301 15 12 0 135 30 102 127 50
Binary 10101110 11000001 1101 1010 0 1011101 11000 1000010 1010111 101000

Color Harmonies of #AEC10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC10D

Black with #AEC10D

Text Example


Text Example

White with #AEC10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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