Html Css Color HEX #AEC905 La Rioja

📋 copy color: '#AEC905'

red 174 ◦ green 201 ◦ blue 5

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

Shades of La Rioja #AEC905

Tints of La Rioja #AEC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.89%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 45.79%
G = 52.89%
B = 1.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#AEC905 (or 0xAEC905) is known color: La Rioja. HEX triplet: AE, C9 and 05. RGB value is (174,201,5). Sum of RGB (Red+Green+Blue) = 174+201+5=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC905 is #5136FA. Grayscale: #ABABAB. Windows color (decimal): -5322491 or 379310. OLE color: 379310.

HSL color Cylindrical-coordinate representation of color #AEC905: hue angle of 68.27º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEC905 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 5 -
CMYK 0.13 0 0.98 0.21
HSL 68.27º 0.95% 0.4% -
HSV(B) 68.27º 0.98% 0.79% -
XYZ 38.37 50.78 7.92 -
YUV 170.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 174 201 5 0.13 0 0.98 0.21 68.27 0.95 0.4
Hex AE C9 5 D 0 62 15 44 5F 28
Octal 256 311 5 15 0 142 25 104 137 50
Binary 10101110 11001001 101 1101 0 1100010 10101 1000100 1011111 101000

Color Harmonies of #AEC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC905

Black with #AEC905

Text Example


Text Example

White with #AEC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC905; }

 p { color: rgb(174,201,5); }

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

background-color css

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

 a { background-color: rgb(174,201,5); }

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

border-color css

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

 span { border-color: rgb(174,201,5); }

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