Html Css Color HEX #AECC02 La Rioja

📋 copy color: '#AECC02'

red 174 ◦ green 204 ◦ blue 2

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

Shades of La Rioja #AECC02

Tints of La Rioja #AECC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.68%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 45.79%
G = 53.68%
B = 0.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#AECC02 (or 0xAECC02) is known color: La Rioja. HEX triplet: AE, CC and 02. RGB value is (174,204,2). Sum of RGB (Red+Green+Blue) = 174+204+2=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC02 is #5133FD. Grayscale: #ACACAC. Windows color (decimal): -5321726 or 183470. OLE color: 183470.

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

Color convert

RGB 174 204 2 -
CMYK 0.15 0 0.99 0.2
HSL 68.91º 0.98% 0.4% -
HSV(B) 68.91º 0.99% 0.8% -
XYZ 39.06 52.19 8.07 -
YUV 172 32.06 129.43 -
System Red Green Blue C M Y K H S L
Decimal 174 204 2 0.15 0 0.99 0.2 68.91 0.98 0.4
Hex AE CC 2 F 0 63 14 45 62 28
Octal 256 314 2 17 0 143 24 105 142 50
Binary 10101110 11001100 10 1111 0 1100011 10100 1000101 1100010 101000

Color Harmonies of #AECC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC02

Black with #AECC02

Text Example


Text Example

White with #AECC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC02; }

 p { color: rgb(174,204,2); }

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

background-color css

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

 a { background-color: rgb(174,204,2); }

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

border-color css

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

 span { border-color: rgb(174,204,2); }

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