Html Css Color HEX #AEC207 La Rioja

📋 copy color: '#AEC207'

red 174 ◦ green 194 ◦ blue 7

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

Shades of La Rioja #AEC207

Tints of La Rioja #AEC207

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.73%

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 46.4%
G = 51.73%
B = 1.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#AEC207 (or 0xAEC207) is known color: La Rioja. HEX triplet: AE, C2 and 07. RGB value is (174,194,7). Sum of RGB (Red+Green+Blue) = 174+194+7=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC207 is #513DF8. Grayscale: #A7A7A7. Windows color (decimal): -5324281 or 508590. OLE color: 508590.

HSL color Cylindrical-coordinate representation of color #AEC207: hue angle of 66.42º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEC207 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 7 -
CMYK 0.10 0 0.96 0.24
HSL 66.42º 0.93% 0.39% -
HSV(B) 66.42º 0.96% 0.76% -
XYZ 36.79 47.6 7.45 -
YUV 166.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 174 194 7 0.10 0 0.96 0.24 66.42 0.93 0.39
Hex AE C2 7 A 0 60 18 42 5D 27
Octal 256 302 7 12 0 140 30 102 135 47
Binary 10101110 11000010 111 1010 0 1100000 11000 1000010 1011101 100111

Color Harmonies of #AEC207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC207

Black with #AEC207

Text Example


Text Example

White with #AEC207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC207; }

 p { color: rgb(174,194,7); }

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

background-color css

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

 a { background-color: rgb(174,194,7); }

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

border-color css

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

 span { border-color: rgb(174,194,7); }

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