Html Css Color HEX #AEC910 Rio Grande

📋 copy color: '#AEC910'

red 174 ◦ green 201 ◦ blue 16

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

Shades of Rio Grande #AEC910

Tints of Rio Grande #AEC910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.41%

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

R = 44.5%
G = 51.41%
B = 4.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#AEC910 (or 0xAEC910) is known color: Rio Grande. HEX triplet: AE, C9 and 10. RGB value is (174,201,16). Sum of RGB (Red+Green+Blue) = 174+201+16=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC910 is #5136EF. Grayscale: #ACACAC. Windows color (decimal): -5322480 or 1100206. OLE color: 1100206.

HSL color Cylindrical-coordinate representation of color #AEC910: hue angle of 68.76º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC910 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 16 -
CMYK 0.13 0 0.92 0.21
HSL 68.76º 0.85% 0.43% -
HSV(B) 68.76º 0.92% 0.79% -
XYZ 38.44 50.81 8.27 -
YUV 171.84 40.05 129.54 -
System Red Green Blue C M Y K H S L
Decimal 174 201 16 0.13 0 0.92 0.21 68.76 0.85 0.43
Hex AE C9 10 D 0 5C 15 45 55 2B
Octal 256 311 20 15 0 134 25 105 125 53
Binary 10101110 11001001 10000 1101 0 1011100 10101 1000101 1010101 101011

Color Harmonies of #AEC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC910

Black with #AEC910

Text Example


Text Example

White with #AEC910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC910; }

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

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

background-color css

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

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

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

border-color css

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

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

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