Html Css Color HEX #AED013 Rio Grande

📋 copy color: '#AED013'

red 174 ◦ green 208 ◦ blue 19

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

Shades of Rio Grande #AED013

Tints of Rio Grande #AED013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.87%

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 43.39%
G = 51.87%
B = 4.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#AED013 (or 0xAED013) is known color: Rio Grande. HEX triplet: AE, D0 and 13. RGB value is (174,208,19). Sum of RGB (Red+Green+Blue) = 174+208+19=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #AED013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED013 is #512FEC. Grayscale: #B1B1B1. Windows color (decimal): -5320685 or 1298606. OLE color: 1298606.

HSL color Cylindrical-coordinate representation of color #AED013: hue angle of 70.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AED013 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 19 -
CMYK 0.16 0 0.91 0.18
HSL 70.79º 0.83% 0.45% -
HSV(B) 70.79º 0.91% 0.82% -
XYZ 40.13 54.16 8.95 -
YUV 176.29 39.24 126.37 -
System Red Green Blue C M Y K H S L
Decimal 174 208 19 0.16 0 0.91 0.18 70.79 0.83 0.45
Hex AE D0 13 10 0 5B 12 47 53 2D
Octal 256 320 23 20 0 133 22 107 123 55
Binary 10101110 11010000 10011 10000 0 1011011 10010 1000111 1010011 101101

Color Harmonies of #AED013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED013

Black with #AED013

Text Example


Text Example

White with #AED013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED013; }

 p { color: rgb(174,208,19); }

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

background-color css

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

 a { background-color: rgb(174,208,19); }

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

border-color css

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

 span { border-color: rgb(174,208,19); }

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