Html Css Color HEX #AEC200 La Rioja

📋 copy color: '#AEC200'

red 174 ◦ green 194 ◦ blue 0

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

Shades of La Rioja #AEC200

Tints of La Rioja #AEC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.28%
G = 52.72%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#AEC200 (or 0xAEC200) is known color: La Rioja. HEX triplet: AE, C2 and 00. RGB value is (174,194,0). Sum of RGB (Red+Green+Blue) = 174+194+0=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC200 is #513DFF. Grayscale: #A6A6A6. Windows color (decimal): -5324288 or 49838. OLE color: 49838.

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

Color convert

RGB 174 194 0 -
CMYK 0.10 0 1 0.24
HSL 66.19º 1% 0.38% -
HSV(B) 66.19º 1% 0.76% -
XYZ 36.75 47.58 7.25 -
YUV 165.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 174 194 0 0.10 0 1 0.24 66.19 1 0.38
Hex AE C2 0 A 0 64 18 42 64 26
Octal 256 302 0 12 0 144 30 102 144 46
Binary 10101110 11000010 0 1010 0 1100100 11000 1000010 1100100 100110

Color Harmonies of #AEC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC200

Black with #AEC200

Text Example


Text Example

White with #AEC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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