Html Css Color HEX #AECE02 La Rioja

📋 copy color: '#AECE02'

red 174 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #AECE02

Tints of La Rioja #AECE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.93%

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

R = 45.55%
G = 53.93%
B = 0.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#AECE02 (or 0xAECE02) is known color: La Rioja. HEX triplet: AE, CE and 02. RGB value is (174,206,2). Sum of RGB (Red+Green+Blue) = 174+206+2=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE02 is #5131FD. Grayscale: #ADADAD. Windows color (decimal): -5321214 or 183982. OLE color: 183982.

HSL color Cylindrical-coordinate representation of color #AECE02: hue angle of 69.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AECE02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 2 -
CMYK 0.16 0 0.99 0.19
HSL 69.41º 0.98% 0.41% -
HSV(B) 69.41º 0.99% 0.81% -
XYZ 39.54 53.15 8.23 -
YUV 173.18 31.4 128.59 -
System Red Green Blue C M Y K H S L
Decimal 174 206 2 0.16 0 0.99 0.19 69.41 0.98 0.41
Hex AE CE 2 10 0 63 13 45 62 29
Octal 256 316 2 20 0 143 23 105 142 51
Binary 10101110 11001110 10 10000 0 1100011 10011 1000101 1100010 101001

Color Harmonies of #AECE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE02

Black with #AECE02

Text Example


Text Example

White with #AECE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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