Html Css Color HEX #AEC20B La Rioja

📋 copy color: '#AEC20B'

red 174 ◦ green 194 ◦ blue 11

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

Shades of La Rioja #AEC20B

Tints of La Rioja #AEC20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 45.91%
G = 51.19%
B = 2.9%

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

#AEC20B (or 0xAEC20B) is known color: La Rioja. HEX triplet: AE, C2 and 0B. RGB value is (174,194,11). Sum of RGB (Red+Green+Blue) = 174+194+11=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC20B is #513DF4. Grayscale: #A7A7A7. Windows color (decimal): -5324277 or 770734. OLE color: 770734.

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

Color convert

RGB 174 194 11 -
CMYK 0.10 0 0.94 0.24
HSL 66.56º 0.89% 0.4% -
HSV(B) 66.56º 0.94% 0.76% -
XYZ 36.81 47.61 7.57 -
YUV 167.16 39.87 132.88 -
System Red Green Blue C M Y K H S L
Decimal 174 194 11 0.10 0 0.94 0.24 66.56 0.89 0.4
Hex AE C2 B A 0 5E 18 43 59 28
Octal 256 302 13 12 0 136 30 103 131 50
Binary 10101110 11000010 1011 1010 0 1011110 11000 1000011 1011001 101000

Color Harmonies of #AEC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC20B

Black with #AEC20B

Text Example


Text Example

White with #AEC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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