Html Css Color HEX #AECE00 La Rioja

📋 copy color: '#AECE00'

red 174 ◦ green 206 ◦ blue 0

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

Shades of La Rioja #AECE00

Tints of La Rioja #AECE00

RGB

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

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

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

R = 45.79%
G = 54.21%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#AECE00 (or 0xAECE00) is known color: La Rioja. HEX triplet: AE, CE and 00. RGB value is (174,206,0). Sum of RGB (Red+Green+Blue) = 174+206+0=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE00 is #5131FF. Grayscale: #ADADAD. Windows color (decimal): -5321216 or 52910. OLE color: 52910.

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

Color convert

RGB 174 206 0 -
CMYK 0.16 0 1 0.19
HSL 69.32º 1% 0.4% -
HSV(B) 69.32º 1% 0.81% -
XYZ 39.53 53.14 8.17 -
YUV 172.95 30.4 128.75 -
System Red Green Blue C M Y K H S L
Decimal 174 206 0 0.16 0 1 0.19 69.32 1 0.4
Hex AE CE 0 10 0 64 13 45 64 28
Octal 256 316 0 20 0 144 23 105 144 50
Binary 10101110 11001110 0 10000 0 1100100 10011 1000101 1100100 101000

Color Harmonies of #AECE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE00

Black with #AECE00

Text Example


Text Example

White with #AECE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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