Html Css Color HEX #AEC602 La Rioja

📋 copy color: '#AEC602'

red 174 ◦ green 198 ◦ blue 2

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

Shades of La Rioja #AEC602

Tints of La Rioja #AEC602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.94%

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

R = 46.52%
G = 52.94%
B = 0.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#AEC602 (or 0xAEC602) is known color: La Rioja. HEX triplet: AE, C6 and 02. RGB value is (174,198,2). Sum of RGB (Red+Green+Blue) = 174+198+2=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC602 is #5139FD. Grayscale: #A9A9A9. Windows color (decimal): -5323262 or 181934. OLE color: 181934.

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

Color convert

RGB 174 198 2 -
CMYK 0.12 0 0.99 0.22
HSL 67.35º 0.98% 0.39% -
HSV(B) 67.35º 0.99% 0.78% -
XYZ 37.66 49.39 7.61 -
YUV 168.48 34.05 131.94 -
System Red Green Blue C M Y K H S L
Decimal 174 198 2 0.12 0 0.99 0.22 67.35 0.98 0.39
Hex AE C6 2 C 0 63 16 43 62 27
Octal 256 306 2 14 0 143 26 103 142 47
Binary 10101110 11000110 10 1100 0 1100011 10110 1000011 1100010 100111

Color Harmonies of #AEC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC602

Black with #AEC602

Text Example


Text Example

White with #AEC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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