Html Css Color HEX #AED00D Rio Grande

📋 copy color: '#AED00D'

red 174 ◦ green 208 ◦ blue 13

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

Shades of Rio Grande #AED00D

Tints of Rio Grande #AED00D

RGB

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

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

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

R = 44.05%
G = 52.66%
B = 3.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#AED00D (or 0xAED00D) is known color: Rio Grande. HEX triplet: AE, D0 and 0D. RGB value is (174,208,13). Sum of RGB (Red+Green+Blue) = 174+208+13=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #AED00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED00D is #512FF2. Grayscale: #B0B0B0. Windows color (decimal): -5320691 or 905390. OLE color: 905390.

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

Color convert

RGB 174 208 13 -
CMYK 0.16 0 0.94 0.18
HSL 70.46º 0.88% 0.43% -
HSV(B) 70.46º 0.94% 0.82% -
XYZ 40.08 54.14 8.72 -
YUV 175.6 36.24 126.86 -
System Red Green Blue C M Y K H S L
Decimal 174 208 13 0.16 0 0.94 0.18 70.46 0.88 0.43
Hex AE D0 D 10 0 5E 12 46 58 2B
Octal 256 320 15 20 0 136 22 106 130 53
Binary 10101110 11010000 1101 10000 0 1011110 10010 1000110 1011000 101011

Color Harmonies of #AED00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED00D

Black with #AED00D

Text Example


Text Example

White with #AED00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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