Html Css Color HEX #AEC102 La Rioja

📋 copy color: '#AEC102'

red 174 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #AEC102

Tints of La Rioja #AEC102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.3%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 47.15%
G = 52.3%
B = 0.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#AEC102 (or 0xAEC102) is known color: La Rioja. HEX triplet: AE, C1 and 02. RGB value is (174,193,2). Sum of RGB (Red+Green+Blue) = 174+193+2=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC102 is #513EFD. Grayscale: #A6A6A6. Windows color (decimal): -5324542 or 180654. OLE color: 180654.

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

Color convert

RGB 174 193 2 -
CMYK 0.10 0 0.99 0.24
HSL 65.97º 0.98% 0.38% -
HSV(B) 65.97º 0.99% 0.76% -
XYZ 36.54 47.14 7.23 -
YUV 165.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 174 193 2 0.10 0 0.99 0.24 65.97 0.98 0.38
Hex AE C1 2 A 0 63 18 42 62 26
Octal 256 301 2 12 0 143 30 102 142 46
Binary 10101110 11000001 10 1010 0 1100011 11000 1000010 1100010 100110

Color Harmonies of #AEC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC102

Black with #AEC102

Text Example


Text Example

White with #AEC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC102; }

 p { color: rgb(174,193,2); }

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

background-color css

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

 a { background-color: rgb(174,193,2); }

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

border-color css

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

 span { border-color: rgb(174,193,2); }

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