Html Css Color HEX #AEC700 La Rioja

📋 copy color: '#AEC700'

red 174 ◦ green 199 ◦ blue 0

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

Shades of La Rioja #AEC700

Tints of La Rioja #AEC700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.65%
G = 53.35%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#AEC700 (or 0xAEC700) is known color: La Rioja. HEX triplet: AE, C7 and 00. RGB value is (174,199,0). Sum of RGB (Red+Green+Blue) = 174+199+0=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC700 is #5138FF. Grayscale: #A9A9A9. Windows color (decimal): -5323008 or 51118. OLE color: 51118.

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

Color convert

RGB 174 199 0 -
CMYK 0.13 0 1 0.22
HSL 67.54º 1% 0.39% -
HSV(B) 67.54º 1% 0.78% -
XYZ 37.88 49.85 7.62 -
YUV 168.84 32.72 131.68 -
System Red Green Blue C M Y K H S L
Decimal 174 199 0 0.13 0 1 0.22 67.54 1 0.39
Hex AE C7 0 D 0 64 16 44 64 27
Octal 256 307 0 15 0 144 26 104 144 47
Binary 10101110 11000111 0 1101 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #AEC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC700

Black with #AEC700

Text Example


Text Example

White with #AEC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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