Html Css Color HEX #AEC006 La Rioja

📋 copy color: '#AEC006'

red 174 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #AEC006

Tints of La Rioja #AEC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 46.77%
G = 51.61%
B = 1.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#AEC006 (or 0xAEC006) is known color: La Rioja. HEX triplet: AE, C0 and 06. RGB value is (174,192,6). Sum of RGB (Red+Green+Blue) = 174+192+6=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC006 is #513FF9. Grayscale: #A6A6A6. Windows color (decimal): -5324794 or 442542. OLE color: 442542.

HSL color Cylindrical-coordinate representation of color #AEC006: hue angle of 65.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AEC006 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 6 -
CMYK 0.09 0 0.97 0.25
HSL 65.81º 0.94% 0.39% -
HSV(B) 65.81º 0.97% 0.75% -
XYZ 36.34 46.71 7.27 -
YUV 165.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 174 192 6 0.09 0 0.97 0.25 65.81 0.94 0.39
Hex AE C0 6 9 0 61 19 42 5E 27
Octal 256 300 6 11 0 141 31 102 136 47
Binary 10101110 11000000 110 1001 0 1100001 11001 1000010 1011110 100111

Color Harmonies of #AEC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC006

Black with #AEC006

Text Example


Text Example

White with #AEC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC006; }

 p { color: rgb(174,192,6); }

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

background-color css

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

 a { background-color: rgb(174,192,6); }

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

border-color css

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

 span { border-color: rgb(174,192,6); }

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