Html Css Color HEX #AECD04 La Rioja

📋 copy color: '#AECD04'

red 174 ◦ green 205 ◦ blue 4

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

Shades of La Rioja #AECD04

Tints of La Rioja #AECD04

RGB

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

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

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

R = 45.43%
G = 53.52%
B = 1.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#AECD04 (or 0xAECD04) is known color: La Rioja. HEX triplet: AE, CD and 04. RGB value is (174,205,4). Sum of RGB (Red+Green+Blue) = 174+205+4=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECD04 is #5132FB. Grayscale: #ADADAD. Windows color (decimal): -5321468 or 314798. OLE color: 314798.

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

Color convert

RGB 174 205 4 -
CMYK 0.15 0 0.98 0.20
HSL 69.25º 0.96% 0.41% -
HSV(B) 69.25º 0.98% 0.8% -
XYZ 39.31 52.67 8.21 -
YUV 172.82 32.73 128.84 -
System Red Green Blue C M Y K H S L
Decimal 174 205 4 0.15 0 0.98 0.20 69.25 0.96 0.41
Hex AE CD 4 F 0 62 14 45 60 29
Octal 256 315 4 17 0 142 24 105 140 51
Binary 10101110 11001101 100 1111 0 1100010 10100 1000101 1100000 101001

Color Harmonies of #AECD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD04

Black with #AECD04

Text Example


Text Example

White with #AECD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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