Html Css Color HEX #AEC002 La Rioja

📋 copy color: '#AEC002'

red 174 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #AEC002

Tints of La Rioja #AEC002

RGB

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

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

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

R = 47.28%
G = 52.17%
B = 0.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#AEC002 (or 0xAEC002) is known color: La Rioja. HEX triplet: AE, C0 and 02. RGB value is (174,192,2). Sum of RGB (Red+Green+Blue) = 174+192+2=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC002 is #513FFD. Grayscale: #A5A5A5. Windows color (decimal): -5324798 or 180398. OLE color: 180398.

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

Color convert

RGB 174 192 2 -
CMYK 0.09 0 0.99 0.25
HSL 65.68º 0.98% 0.38% -
HSV(B) 65.68º 0.99% 0.75% -
XYZ 36.32 46.7 7.16 -
YUV 164.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 174 192 2 0.09 0 0.99 0.25 65.68 0.98 0.38
Hex AE C0 2 9 0 63 19 42 62 26
Octal 256 300 2 11 0 143 31 102 142 46
Binary 10101110 11000000 10 1001 0 1100011 11001 1000010 1100010 100110

Color Harmonies of #AEC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC002

Black with #AEC002

Text Example


Text Example

White with #AEC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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