Html Css Color HEX #AECD00 La Rioja

📋 copy color: '#AECD00'

red 174 ◦ green 205 ◦ blue 0

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

Shades of La Rioja #AECD00

Tints of La Rioja #AECD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.09%

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

R = 45.91%
G = 54.09%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#AECD00 (or 0xAECD00) is known color: La Rioja. HEX triplet: AE, CD and 00. RGB value is (174,205,0). Sum of RGB (Red+Green+Blue) = 174+205+0=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECD00 is #5132FF. Grayscale: #ADADAD. Windows color (decimal): -5321472 or 52654. OLE color: 52654.

HSL color Cylindrical-coordinate representation of color #AECD00: hue angle of 69.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AECD00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 0 -
CMYK 0.15 0 1 0.20
HSL 69.07º 1% 0.4% -
HSV(B) 69.07º 1% 0.8% -
XYZ 39.29 52.66 8.09 -
YUV 172.36 30.73 129.17 -
System Red Green Blue C M Y K H S L
Decimal 174 205 0 0.15 0 1 0.20 69.07 1 0.4
Hex AE CD 0 F 0 64 14 45 64 28
Octal 256 315 0 17 0 144 24 105 144 50
Binary 10101110 11001101 0 1111 0 1100100 10100 1000101 1100100 101000

Color Harmonies of #AECD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD00

Black with #AECD00

Text Example


Text Example

White with #AECD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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