Html Css Color HEX #AECA0D Rio Grande

📋 copy color: '#AECA0D'

red 174 ◦ green 202 ◦ blue 13

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

Shades of Rio Grande #AECA0D

Tints of Rio Grande #AECA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

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

R = 44.73%
G = 51.93%
B = 3.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#AECA0D (or 0xAECA0D) is known color: Rio Grande. HEX triplet: AE, CA and 0D. RGB value is (174,202,13). Sum of RGB (Red+Green+Blue) = 174+202+13=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECA0D is #5135F2. Grayscale: #ACACAC. Windows color (decimal): -5322227 or 903854. OLE color: 903854.

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

Color convert

RGB 174 202 13 -
CMYK 0.14 0 0.94 0.21
HSL 68.89º 0.88% 0.42% -
HSV(B) 68.89º 0.94% 0.79% -
XYZ 38.65 51.27 8.24 -
YUV 172.08 38.22 129.37 -
System Red Green Blue C M Y K H S L
Decimal 174 202 13 0.14 0 0.94 0.21 68.89 0.88 0.42
Hex AE CA D E 0 5E 15 45 58 2A
Octal 256 312 15 16 0 136 25 105 130 52
Binary 10101110 11001010 1101 1110 0 1011110 10101 1000101 1011000 101010

Color Harmonies of #AECA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA0D

Black with #AECA0D

Text Example


Text Example

White with #AECA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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