Html Css Color HEX #AEC711 Rio Grande

📋 copy color: '#AEC711'

red 174 ◦ green 199 ◦ blue 17

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

Shades of Rio Grande #AEC711

Tints of Rio Grande #AEC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.03%

 BLUE value IS 17 (7.03% from 255) = 4.36%

R = 44.62%
G = 51.03%
B = 4.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#AEC711 (or 0xAEC711) is known color: Rio Grande. HEX triplet: AE, C7 and 11. RGB value is (174,199,17). Sum of RGB (Red+Green+Blue) = 174+199+17=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC711 is #5138EE. Grayscale: #ABABAB. Windows color (decimal): -5322991 or 1165230. OLE color: 1165230.

HSL color Cylindrical-coordinate representation of color #AEC711: hue angle of 68.24º degrees, saturation: 0.84, 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 #AEC711 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 199 17 -
CMYK 0.13 0 0.91 0.22
HSL 68.24º 0.84% 0.42% -
HSV(B) 68.24º 0.91% 0.78% -
XYZ 37.98 49.89 8.16 -
YUV 170.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 174 199 17 0.13 0 0.91 0.22 68.24 0.84 0.42
Hex AE C7 11 D 0 5B 16 44 54 2A
Octal 256 307 21 15 0 133 26 104 124 52
Binary 10101110 11000111 10001 1101 0 1011011 10110 1000100 1010100 101010

Color Harmonies of #AEC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC711

Black with #AEC711

Text Example


Text Example

White with #AEC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC711; }

 p { color: rgb(174,199,17); }

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

background-color css

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

 a { background-color: rgb(174,199,17); }

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

border-color css

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

 span { border-color: rgb(174,199,17); }

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