Html Css Color HEX #AEC30F La Rioja

📋 copy color: '#AEC30F'

red 174 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #AEC30F

Tints of La Rioja #AEC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 45.31%
G = 50.78%
B = 3.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#AEC30F (or 0xAEC30F) is known color: La Rioja. HEX triplet: AE, C3 and 0F. RGB value is (174,195,15). Sum of RGB (Red+Green+Blue) = 174+195+15=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC30F is #513CF0. Grayscale: #A8A8A8. Windows color (decimal): -5324017 or 1033134. OLE color: 1033134.

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

Color convert

RGB 174 195 15 -
CMYK 0.11 0 0.92 0.24
HSL 67º 0.86% 0.41% -
HSV(B) 67º 0.92% 0.76% -
XYZ 37.06 48.06 7.78 -
YUV 168.2 41.54 132.14 -
System Red Green Blue C M Y K H S L
Decimal 174 195 15 0.11 0 0.92 0.24 67 0.86 0.41
Hex AE C3 F B 0 5C 18 43 56 29
Octal 256 303 17 13 0 134 30 103 126 51
Binary 10101110 11000011 1111 1011 0 1011100 11000 1000011 1010110 101001

Color Harmonies of #AEC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC30F

Black with #AEC30F

Text Example


Text Example

White with #AEC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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