Html Css Color HEX #AEC80D Rio Grande

📋 copy color: '#AEC80D'

red 174 ◦ green 200 ◦ blue 13

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

Shades of Rio Grande #AEC80D

Tints of Rio Grande #AEC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.68%

 BLUE value IS 13 (5.47% from 255) = 3.36%

R = 44.96%
G = 51.68%
B = 3.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#AEC80D (or 0xAEC80D) is known color: Rio Grande. HEX triplet: AE, C8 and 0D. RGB value is (174,200,13). Sum of RGB (Red+Green+Blue) = 174+200+13=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC80D is #5137F2. Grayscale: #ABABAB. Windows color (decimal): -5322739 or 903342. OLE color: 903342.

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

Color convert

RGB 174 200 13 -
CMYK 0.13 0 0.94 0.22
HSL 68.34º 0.88% 0.42% -
HSV(B) 68.34º 0.94% 0.78% -
XYZ 38.18 50.34 8.08 -
YUV 170.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 174 200 13 0.13 0 0.94 0.22 68.34 0.88 0.42
Hex AE C8 D D 0 5E 16 44 58 2A
Octal 256 310 15 15 0 136 26 104 130 52
Binary 10101110 11001000 1101 1101 0 1011110 10110 1000100 1011000 101010

Color Harmonies of #AEC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC80D

Black with #AEC80D

Text Example


Text Example

White with #AEC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC80D; }

 p { color: rgb(174,200,13); }

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

background-color css

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

 a { background-color: rgb(174,200,13); }

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

border-color css

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

 span { border-color: rgb(174,200,13); }

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