Html Css Color HEX #AEC802 La Rioja

📋 copy color: '#AEC802'

red 174 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #AEC802

Tints of La Rioja #AEC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.19%

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

R = 46.28%
G = 53.19%
B = 0.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#AEC802 (or 0xAEC802) is known color: La Rioja. HEX triplet: AE, C8 and 02. RGB value is (174,200,2). Sum of RGB (Red+Green+Blue) = 174+200+2=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC802 is #5137FD. Grayscale: #AAAAAA. Windows color (decimal): -5322750 or 182446. OLE color: 182446.

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

Color convert

RGB 174 200 2 -
CMYK 0.13 0 0.99 0.22
HSL 67.88º 0.98% 0.4% -
HSV(B) 67.88º 0.99% 0.78% -
XYZ 38.12 50.31 7.76 -
YUV 169.65 33.39 131.1 -
System Red Green Blue C M Y K H S L
Decimal 174 200 2 0.13 0 0.99 0.22 67.88 0.98 0.4
Hex AE C8 2 D 0 63 16 44 62 28
Octal 256 310 2 15 0 143 26 104 142 50
Binary 10101110 11001000 10 1101 0 1100011 10110 1000100 1100010 101000

Color Harmonies of #AEC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC802

Black with #AEC802

Text Example


Text Example

White with #AEC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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