Html Css Color HEX #AEC20C La Rioja

📋 copy color: '#AEC20C'

red 174 ◦ green 194 ◦ blue 12

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

Shades of La Rioja #AEC20C

Tints of La Rioja #AEC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.05%

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

R = 45.79%
G = 51.05%
B = 3.16%

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

#AEC20C (or 0xAEC20C) is known color: La Rioja. HEX triplet: AE, C2 and 0C. RGB value is (174,194,12). Sum of RGB (Red+Green+Blue) = 174+194+12=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC20C is #513DF3. Grayscale: #A7A7A7. Windows color (decimal): -5324276 or 836270. OLE color: 836270.

HSL color Cylindrical-coordinate representation of color #AEC20C: hue angle of 66.59º 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 #AEC20C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 12 -
CMYK 0.10 0 0.94 0.24
HSL 66.59º 0.88% 0.4% -
HSV(B) 66.59º 0.94% 0.76% -
XYZ 36.81 47.61 7.6 -
YUV 167.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 174 194 12 0.10 0 0.94 0.24 66.59 0.88 0.4
Hex AE C2 C A 0 5E 18 43 58 28
Octal 256 302 14 12 0 136 30 103 130 50
Binary 10101110 11000010 1100 1010 0 1011110 11000 1000011 1011000 101000

Color Harmonies of #AEC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC20C

Black with #AEC20C

Text Example


Text Example

White with #AEC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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