Html Css Color HEX #AEC60E Rio Grande

📋 copy color: '#AEC60E'

red 174 ◦ green 198 ◦ blue 14

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

Shades of Rio Grande #AEC60E

Tints of Rio Grande #AEC60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 45.08%
G = 51.3%
B = 3.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#AEC60E (or 0xAEC60E) is known color: Rio Grande. HEX triplet: AE, C6 and 0E. RGB value is (174,198,14). Sum of RGB (Red+Green+Blue) = 174+198+14=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC60E is #5139F1. Grayscale: #AAAAAA. Windows color (decimal): -5323250 or 968366. OLE color: 968366.

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

Color convert

RGB 174 198 14 -
CMYK 0.12 0 0.93 0.22
HSL 67.83º 0.87% 0.42% -
HSV(B) 67.83º 0.93% 0.78% -
XYZ 37.73 49.42 7.97 -
YUV 169.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 174 198 14 0.12 0 0.93 0.22 67.83 0.87 0.42
Hex AE C6 E C 0 5D 16 44 57 2A
Octal 256 306 16 14 0 135 26 104 127 52
Binary 10101110 11000110 1110 1100 0 1011101 10110 1000100 1010111 101010

Color Harmonies of #AEC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC60E

Black with #AEC60E

Text Example


Text Example

White with #AEC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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