Html Css Color HEX #AEC304 La Rioja

📋 copy color: '#AEC304'

red 174 ◦ green 195 ◦ blue 4

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

Shades of La Rioja #AEC304

Tints of La Rioja #AEC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.28%

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

R = 46.65%
G = 52.28%
B = 1.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AEC304 (or 0xAEC304) is known color: La Rioja. HEX triplet: AE, C3 and 04. RGB value is (174,195,4). Sum of RGB (Red+Green+Blue) = 174+195+4=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC304 is #513CFB. Grayscale: #A7A7A7. Windows color (decimal): -5324028 or 312238. OLE color: 312238.

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

Color convert

RGB 174 195 4 -
CMYK 0.11 0 0.98 0.24
HSL 66.6º 0.96% 0.39% -
HSV(B) 66.6º 0.98% 0.76% -
XYZ 36.99 48.04 7.44 -
YUV 166.95 36.04 133.03 -
System Red Green Blue C M Y K H S L
Decimal 174 195 4 0.11 0 0.98 0.24 66.6 0.96 0.39
Hex AE C3 4 B 0 62 18 43 60 27
Octal 256 303 4 13 0 142 30 103 140 47
Binary 10101110 11000011 100 1011 0 1100010 11000 1000011 1100000 100111

Color Harmonies of #AEC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC304

Black with #AEC304

Text Example


Text Example

White with #AEC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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