Html Css Color HEX #AEC064 Wild Willow

📋 copy color: '#AEC064'

red 174 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #AEC064

Tints of Wild Willow #AEC064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 37.34%
G = 41.2%
B = 21.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#AEC064 (or 0xAEC064) is known color: Wild Willow. HEX triplet: AE, C0 and 64. RGB value is (174,192,100). Sum of RGB (Red+Green+Blue) = 174+192+100=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC064 is #513F9B. Grayscale: #B0B0B0. Windows color (decimal): -5324700 or 6602926. OLE color: 6602926.

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

Color convert

RGB 174 192 100 -
CMYK 0.09 0 0.48 0.25
HSL 71.74º 0.42% 0.57% -
HSV(B) 71.74º 0.48% 0.75% -
XYZ 38.61 47.62 19.21 -
YUV 176.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 174 192 100 0.09 0 0.48 0.25 71.74 0.42 0.57
Hex AE C0 64 9 0 30 19 48 2A 39
Octal 256 300 144 11 0 60 31 110 52 71
Binary 10101110 11000000 1100100 1001 0 110000 11001 1001000 101010 111001

Color Harmonies of #AEC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC064

Black with #AEC064

Text Example


Text Example

White with #AEC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC064; }

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

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

background-color css

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

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

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

border-color css

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

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

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