Html Css Color HEX #AEC00B La Rioja

📋 copy color: '#AEC00B'

red 174 ◦ green 192 ◦ blue 11

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

Shades of La Rioja #AEC00B

Tints of La Rioja #AEC00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.92%

R = 46.15%
G = 50.93%
B = 2.92%

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

#AEC00B (or 0xAEC00B) is known color: La Rioja. HEX triplet: AE, C0 and 0B. RGB value is (174,192,11). Sum of RGB (Red+Green+Blue) = 174+192+11=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC00B is #513FF4. Grayscale: #A6A6A6. Windows color (decimal): -5324789 or 770222. OLE color: 770222.

HSL color Cylindrical-coordinate representation of color #AEC00B: hue angle of 65.97º degrees, saturation: 0.89, 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 #AEC00B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 11 -
CMYK 0.09 0 0.94 0.25
HSL 65.97º 0.89% 0.4% -
HSV(B) 65.97º 0.94% 0.75% -
XYZ 36.37 46.72 7.42 -
YUV 165.98 40.54 133.72 -
System Red Green Blue C M Y K H S L
Decimal 174 192 11 0.09 0 0.94 0.25 65.97 0.89 0.4
Hex AE C0 B 9 0 5E 19 42 59 28
Octal 256 300 13 11 0 136 31 102 131 50
Binary 10101110 11000000 1011 1001 0 1011110 11001 1000010 1011001 101000

Color Harmonies of #AEC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC00B

Black with #AEC00B

Text Example


Text Example

White with #AEC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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