Html Css Color HEX #AEC815 Rio Grande

📋 copy color: '#AEC815'

red 174 ◦ green 200 ◦ blue 21

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

Shades of Rio Grande #AEC815

Tints of Rio Grande #AEC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.63%

 BLUE value IS 21 (8.59% from 255) = 5.32%

R = 44.05%
G = 50.63%
B = 5.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#AEC815 (or 0xAEC815) is known color: Rio Grande. HEX triplet: AE, C8 and 15. RGB value is (174,200,21). Sum of RGB (Red+Green+Blue) = 174+200+21=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC815 is #5137EA. Grayscale: #ACACAC. Windows color (decimal): -5322731 or 1427630. OLE color: 1427630.

HSL color Cylindrical-coordinate representation of color #AEC815: hue angle of 68.72º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEC815 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 21 -
CMYK 0.13 0 0.90 0.22
HSL 68.72º 0.81% 0.43% -
HSV(B) 68.72º 0.9% 0.78% -
XYZ 38.25 50.36 8.41 -
YUV 171.82 42.89 129.55 -
System Red Green Blue C M Y K H S L
Decimal 174 200 21 0.13 0 0.90 0.22 68.72 0.81 0.43
Hex AE C8 15 D 0 5A 16 45 51 2B
Octal 256 310 25 15 0 132 26 105 121 53
Binary 10101110 11001000 10101 1101 0 1011010 10110 1000101 1010001 101011

Color Harmonies of #AEC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC815

Black with #AEC815

Text Example


Text Example

White with #AEC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC815; }

 p { color: rgb(174,200,21); }

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

background-color css

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

 a { background-color: rgb(174,200,21); }

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

border-color css

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

 span { border-color: rgb(174,200,21); }

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