Html Css Color HEX #AECE04 La Rioja

📋 copy color: '#AECE04'

red 174 ◦ green 206 ◦ blue 4

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

Shades of La Rioja #AECE04

Tints of La Rioja #AECE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 45.31%
G = 53.65%
B = 1.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#AECE04 (or 0xAECE04) is known color: La Rioja. HEX triplet: AE, CE and 04. RGB value is (174,206,4). Sum of RGB (Red+Green+Blue) = 174+206+4=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE04 is #5131FB. Grayscale: #AEAEAE. Windows color (decimal): -5321212 or 315054. OLE color: 315054.

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

Color convert

RGB 174 206 4 -
CMYK 0.16 0 0.98 0.19
HSL 69.5º 0.96% 0.41% -
HSV(B) 69.5º 0.98% 0.81% -
XYZ 39.55 53.15 8.29 -
YUV 173.4 32.4 128.43 -
System Red Green Blue C M Y K H S L
Decimal 174 206 4 0.16 0 0.98 0.19 69.5 0.96 0.41
Hex AE CE 4 10 0 62 13 46 60 29
Octal 256 316 4 20 0 142 23 106 140 51
Binary 10101110 11001110 100 10000 0 1100010 10011 1000110 1100000 101001

Color Harmonies of #AECE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE04

Black with #AECE04

Text Example


Text Example

White with #AECE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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