Html Css Color HEX #AEC600 La Rioja

📋 copy color: '#AEC600'

red 174 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #AEC600

Tints of La Rioja #AEC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.23%

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

R = 46.77%
G = 53.23%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#AEC600 (or 0xAEC600) is known color: La Rioja. HEX triplet: AE, C6 and 00. RGB value is (174,198,0). Sum of RGB (Red+Green+Blue) = 174+198+0=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC600 is #5139FF. Grayscale: #A9A9A9. Windows color (decimal): -5323264 or 50862. OLE color: 50862.

HSL color Cylindrical-coordinate representation of color #AEC600: hue angle of 67.27º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEC600 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 198 0 -
CMYK 0.12 0 1 0.22
HSL 67.27º 1% 0.39% -
HSV(B) 67.27º 1% 0.78% -
XYZ 37.65 49.39 7.55 -
YUV 168.25 33.05 132.1 -
System Red Green Blue C M Y K H S L
Decimal 174 198 0 0.12 0 1 0.22 67.27 1 0.39
Hex AE C6 0 C 0 64 16 43 64 27
Octal 256 306 0 14 0 144 26 103 144 47
Binary 10101110 11000110 0 1100 0 1100100 10110 1000011 1100100 100111

Color Harmonies of #AEC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC600

Black with #AEC600

Text Example


Text Example

White with #AEC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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