Html Css Color HEX #AEC201 La Rioja

📋 copy color: '#AEC201'

red 174 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #AEC201

Tints of La Rioja #AEC201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 47.15%
G = 52.57%
B = 0.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#AEC201 (or 0xAEC201) is known color: La Rioja. HEX triplet: AE, C2 and 01. RGB value is (174,194,1). Sum of RGB (Red+Green+Blue) = 174+194+1=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC201 is #513DFE. Grayscale: #A6A6A6. Windows color (decimal): -5324287 or 115374. OLE color: 115374.

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

Color convert

RGB 174 194 1 -
CMYK 0.10 0 0.99 0.24
HSL 66.22º 0.99% 0.38% -
HSV(B) 66.22º 0.99% 0.76% -
XYZ 36.75 47.58 7.28 -
YUV 166.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 174 194 1 0.10 0 0.99 0.24 66.22 0.99 0.38
Hex AE C2 1 A 0 63 18 42 63 26
Octal 256 302 1 12 0 143 30 102 143 46
Binary 10101110 11000010 1 1010 0 1100011 11000 1000010 1100011 100110

Color Harmonies of #AEC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC201

Black with #AEC201

Text Example


Text Example

White with #AEC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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