Html Css Color HEX #AEC00C La Rioja

📋 copy color: '#AEC00C'

red 174 ◦ green 192 ◦ blue 12

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

Shades of La Rioja #AEC00C

Tints of La Rioja #AEC00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 46.03%
G = 50.79%
B = 3.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#AEC00C (or 0xAEC00C) is known color: La Rioja. HEX triplet: AE, C0 and 0C. RGB value is (174,192,12). Sum of RGB (Red+Green+Blue) = 174+192+12=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC00C is #513FF3. Grayscale: #A6A6A6. Windows color (decimal): -5324788 or 835758. OLE color: 835758.

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

Color convert

RGB 174 192 12 -
CMYK 0.09 0 0.94 0.25
HSL 66º 0.88% 0.4% -
HSV(B) 66º 0.94% 0.75% -
XYZ 36.37 46.72 7.45 -
YUV 166.1 41.04 133.64 -
System Red Green Blue C M Y K H S L
Decimal 174 192 12 0.09 0 0.94 0.25 66 0.88 0.4
Hex AE C0 C 9 0 5E 19 42 58 28
Octal 256 300 14 11 0 136 31 102 130 50
Binary 10101110 11000000 1100 1001 0 1011110 11001 1000010 1011000 101000

Color Harmonies of #AEC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC00C

Black with #AEC00C

Text Example


Text Example

White with #AEC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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