Html Css Color HEX #AECE1A Rio Grande

📋 copy color: '#AECE1A'

red 174 ◦ green 206 ◦ blue 26

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

Shades of Rio Grande #AECE1A

Tints of Rio Grande #AECE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.74%

 BLUE value IS 26 (10.55% from 255) = 6.4%

R = 42.86%
G = 50.74%
B = 6.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#AECE1A (or 0xAECE1A) is known color: Rio Grande. HEX triplet: AE, CE and 1A. RGB value is (174,206,26). Sum of RGB (Red+Green+Blue) = 174+206+26=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE1A is #5131E5. Grayscale: #B0B0B0. Windows color (decimal): -5321190 or 1756846. OLE color: 1756846.

HSL color Cylindrical-coordinate representation of color #AECE1A: hue angle of 70.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AECE1A is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 26 -
CMYK 0.16 0 0.87 0.19
HSL 70.67º 0.78% 0.45% -
HSV(B) 70.67º 0.87% 0.81% -
XYZ 39.71 53.22 9.16 -
YUV 175.91 43.4 126.64 -
System Red Green Blue C M Y K H S L
Decimal 174 206 26 0.16 0 0.87 0.19 70.67 0.78 0.45
Hex AE CE 1A 10 0 57 13 47 4E 2D
Octal 256 316 32 20 0 127 23 107 116 55
Binary 10101110 11001110 11010 10000 0 1010111 10011 1000111 1001110 101101

Color Harmonies of #AECE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE1A

Black with #AECE1A

Text Example


Text Example

White with #AECE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE1A; }

 p { color: rgb(174,206,26); }

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

background-color css

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

 a { background-color: rgb(174,206,26); }

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

border-color css

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

 span { border-color: rgb(174,206,26); }

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