Html Css Color HEX #AED014 Rio Grande

📋 copy color: '#AED014'

red 174 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #AED014

Tints of Rio Grande #AED014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 43.28%
G = 51.74%
B = 4.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#AED014 (or 0xAED014) is known color: Rio Grande. HEX triplet: AE, D0 and 14. RGB value is (174,208,20). Sum of RGB (Red+Green+Blue) = 174+208+20=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #AED014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED014 is #512FEB. Grayscale: #B1B1B1. Windows color (decimal): -5320684 or 1364142. OLE color: 1364142.

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

Color convert

RGB 174 208 20 -
CMYK 0.16 0 0.90 0.18
HSL 70.85º 0.82% 0.45% -
HSV(B) 70.85º 0.9% 0.82% -
XYZ 40.14 54.16 9 -
YUV 176.4 39.74 126.29 -
System Red Green Blue C M Y K H S L
Decimal 174 208 20 0.16 0 0.90 0.18 70.85 0.82 0.45
Hex AE D0 14 10 0 5A 12 47 52 2D
Octal 256 320 24 20 0 132 22 107 122 55
Binary 10101110 11010000 10100 10000 0 1011010 10010 1000111 1010010 101101

Color Harmonies of #AED014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED014

Black with #AED014

Text Example


Text Example

White with #AED014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED014; }

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

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

background-color css

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

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

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

border-color css

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

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

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