Html Css Color HEX #AEC502 La Rioja

📋 copy color: '#AEC502'

red 174 ◦ green 197 ◦ blue 2

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

Shades of La Rioja #AEC502

Tints of La Rioja #AEC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.82%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 46.65%
G = 52.82%
B = 0.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#AEC502 (or 0xAEC502) is known color: La Rioja. HEX triplet: AE, C5 and 02. RGB value is (174,197,2). Sum of RGB (Red+Green+Blue) = 174+197+2=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC502 is #513AFD. Grayscale: #A8A8A8. Windows color (decimal): -5323518 or 181678. OLE color: 181678.

HSL color Cylindrical-coordinate representation of color #AEC502: hue angle of 67.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEC502 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 2 -
CMYK 0.12 0 0.99 0.23
HSL 67.08º 0.98% 0.39% -
HSV(B) 67.08º 0.99% 0.77% -
XYZ 37.43 48.94 7.53 -
YUV 167.89 34.38 132.36 -
System Red Green Blue C M Y K H S L
Decimal 174 197 2 0.12 0 0.99 0.23 67.08 0.98 0.39
Hex AE C5 2 C 0 63 17 43 62 27
Octal 256 305 2 14 0 143 27 103 142 47
Binary 10101110 11000101 10 1100 0 1100011 10111 1000011 1100010 100111

Color Harmonies of #AEC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC502

Black with #AEC502

Text Example


Text Example

White with #AEC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC502; }

 p { color: rgb(174,197,2); }

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

background-color css

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

 a { background-color: rgb(174,197,2); }

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

border-color css

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

 span { border-color: rgb(174,197,2); }

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