Html Css Color HEX #AEC30C La Rioja

📋 copy color: '#AEC30C'

red 174 ◦ green 195 ◦ blue 12

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

Shades of La Rioja #AEC30C

Tints of La Rioja #AEC30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.18%

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

R = 45.67%
G = 51.18%
B = 3.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AEC30C (or 0xAEC30C) is known color: La Rioja. HEX triplet: AE, C3 and 0C. RGB value is (174,195,12). Sum of RGB (Red+Green+Blue) = 174+195+12=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC30C is #513CF3. Grayscale: #A8A8A8. Windows color (decimal): -5324020 or 836526. OLE color: 836526.

HSL color Cylindrical-coordinate representation of color #AEC30C: hue angle of 66.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEC30C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 12 -
CMYK 0.11 0 0.94 0.24
HSL 66.89º 0.88% 0.41% -
HSV(B) 66.89º 0.94% 0.76% -
XYZ 37.04 48.06 7.67 -
YUV 167.86 40.04 132.38 -
System Red Green Blue C M Y K H S L
Decimal 174 195 12 0.11 0 0.94 0.24 66.89 0.88 0.41
Hex AE C3 C B 0 5E 18 43 58 29
Octal 256 303 14 13 0 136 30 103 130 51
Binary 10101110 11000011 1100 1011 0 1011110 11000 1000011 1011000 101001

Color Harmonies of #AEC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC30C

Black with #AEC30C

Text Example


Text Example

White with #AEC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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