Html Css Color HEX #AEC610 Rio Grande

📋 copy color: '#AEC610'

red 174 ◦ green 198 ◦ blue 16

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

Shades of Rio Grande #AEC610

Tints of Rio Grande #AEC610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 44.85%
G = 51.03%
B = 4.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#AEC610 (or 0xAEC610) is known color: Rio Grande. HEX triplet: AE, C6 and 10. RGB value is (174,198,16). Sum of RGB (Red+Green+Blue) = 174+198+16=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC610 is #5139EF. Grayscale: #AAAAAA. Windows color (decimal): -5323248 or 1099438. OLE color: 1099438.

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

Color convert

RGB 174 198 16 -
CMYK 0.12 0 0.92 0.22
HSL 67.91º 0.85% 0.42% -
HSV(B) 67.91º 0.92% 0.78% -
XYZ 37.74 49.42 8.04 -
YUV 170.08 41.05 130.8 -
System Red Green Blue C M Y K H S L
Decimal 174 198 16 0.12 0 0.92 0.22 67.91 0.85 0.42
Hex AE C6 10 C 0 5C 16 44 55 2A
Octal 256 306 20 14 0 134 26 104 125 52
Binary 10101110 11000110 10000 1100 0 1011100 10110 1000100 1010101 101010

Color Harmonies of #AEC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC610

Black with #AEC610

Text Example


Text Example

White with #AEC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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