Html Css Color HEX #AEC612 Rio Grande

📋 copy color: '#AEC612'

red 174 ◦ green 198 ◦ blue 18

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

Shades of Rio Grande #AEC612

Tints of Rio Grande #AEC612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.62%

R = 44.62%
G = 50.77%
B = 4.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#AEC612 (or 0xAEC612) is known color: Rio Grande. HEX triplet: AE, C6 and 12. RGB value is (174,198,18). Sum of RGB (Red+Green+Blue) = 174+198+18=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC612 is #5139ED. Grayscale: #AAAAAA. Windows color (decimal): -5323246 or 1230510. OLE color: 1230510.

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

Color convert

RGB 174 198 18 -
CMYK 0.12 0 0.91 0.22
HSL 68º 0.83% 0.42% -
HSV(B) 68º 0.91% 0.78% -
XYZ 37.76 49.43 8.12 -
YUV 170.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 174 198 18 0.12 0 0.91 0.22 68 0.83 0.42
Hex AE C6 12 C 0 5B 16 44 53 2A
Octal 256 306 22 14 0 133 26 104 123 52
Binary 10101110 11000110 10010 1100 0 1011011 10110 1000100 1010011 101010

Color Harmonies of #AEC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC612

Black with #AEC612

Text Example


Text Example

White with #AEC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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