Html Css Color HEX #AEC302 La Rioja

📋 copy color: '#AEC302'

red 174 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #AEC302

Tints of La Rioja #AEC302

RGB

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

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

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

R = 46.9%
G = 52.56%
B = 0.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#AEC302 (or 0xAEC302) is known color: La Rioja. HEX triplet: AE, C3 and 02. RGB value is (174,195,2). Sum of RGB (Red+Green+Blue) = 174+195+2=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC302 is #513CFD. Grayscale: #A7A7A7. Windows color (decimal): -5324030 or 181166. OLE color: 181166.

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

Color convert

RGB 174 195 2 -
CMYK 0.11 0 0.99 0.24
HSL 66.53º 0.98% 0.39% -
HSV(B) 66.53º 0.99% 0.76% -
XYZ 36.98 48.03 7.38 -
YUV 166.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 174 195 2 0.11 0 0.99 0.24 66.53 0.98 0.39
Hex AE C3 2 B 0 63 18 43 62 27
Octal 256 303 2 13 0 143 30 103 142 47
Binary 10101110 11000011 10 1011 0 1100011 11000 1000011 1100010 100111

Color Harmonies of #AEC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC302

Black with #AEC302

Text Example


Text Example

White with #AEC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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