Html Css Color HEX #AEC714 Rio Grande

📋 copy color: '#AEC714'

red 174 ◦ green 199 ◦ blue 20

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

Shades of Rio Grande #AEC714

Tints of Rio Grande #AEC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.64%

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

R = 44.27%
G = 50.64%
B = 5.09%

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

#AEC714 (or 0xAEC714) is known color: Rio Grande. HEX triplet: AE, C7 and 14. RGB value is (174,199,20). Sum of RGB (Red+Green+Blue) = 174+199+20=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC714 is #5138EB. Grayscale: #ABABAB. Windows color (decimal): -5322988 or 1361838. OLE color: 1361838.

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

Color convert

RGB 174 199 20 -
CMYK 0.13 0 0.90 0.22
HSL 68.38º 0.82% 0.43% -
HSV(B) 68.38º 0.9% 0.78% -
XYZ 38.01 49.9 8.29 -
YUV 171.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 174 199 20 0.13 0 0.90 0.22 68.38 0.82 0.43
Hex AE C7 14 D 0 5A 16 44 52 2B
Octal 256 307 24 15 0 132 26 104 122 53
Binary 10101110 11000111 10100 1101 0 1011010 10110 1000100 1010010 101011

Color Harmonies of #AEC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC714

Black with #AEC714

Text Example


Text Example

White with #AEC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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