Html Css Color HEX #AEC204 La Rioja

📋 copy color: '#AEC204'

red 174 ◦ green 194 ◦ blue 4

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

Shades of La Rioja #AEC204

Tints of La Rioja #AEC204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 46.77%
G = 52.15%
B = 1.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AEC204 (or 0xAEC204) is known color: La Rioja. HEX triplet: AE, C2 and 04. RGB value is (174,194,4). Sum of RGB (Red+Green+Blue) = 174+194+4=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC204 is #513DFB. Grayscale: #A7A7A7. Windows color (decimal): -5324284 or 311982. OLE color: 311982.

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

Color convert

RGB 174 194 4 -
CMYK 0.10 0 0.98 0.24
HSL 66.32º 0.96% 0.39% -
HSV(B) 66.32º 0.98% 0.76% -
XYZ 36.77 47.59 7.36 -
YUV 166.36 36.37 133.45 -
System Red Green Blue C M Y K H S L
Decimal 174 194 4 0.10 0 0.98 0.24 66.32 0.96 0.39
Hex AE C2 4 A 0 62 18 42 60 27
Octal 256 302 4 12 0 142 30 102 140 47
Binary 10101110 11000010 100 1010 0 1100010 11000 1000010 1100000 100111

Color Harmonies of #AEC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC204

Black with #AEC204

Text Example


Text Example

White with #AEC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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