Html Css Color HEX #AEC964 Wild Willow

📋 copy color: '#AEC964'

red 174 ◦ green 201 ◦ blue 100

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

Shades of Wild Willow #AEC964

Tints of Wild Willow #AEC964

RGB

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

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

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

R = 36.63%
G = 42.32%
B = 21.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#AEC964 (or 0xAEC964) is known color: Wild Willow. HEX triplet: AE, C9 and 64. RGB value is (174,201,100). Sum of RGB (Red+Green+Blue) = 174+201+100=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC964 is #51369B. Grayscale: #B5B5B5. Windows color (decimal): -5322396 or 6605230. OLE color: 6605230.

HSL color Cylindrical-coordinate representation of color #AEC964: hue angle of 76.04º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEC964 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 100 -
CMYK 0.13 0 0.50 0.21
HSL 76.04º 0.48% 0.59% -
HSV(B) 76.04º 0.5% 0.79% -
XYZ 40.64 51.69 19.89 -
YUV 181.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 174 201 100 0.13 0 0.50 0.21 76.04 0.48 0.59
Hex AE C9 64 D 0 32 15 4C 30 3B
Octal 256 311 144 15 0 62 25 114 60 73
Binary 10101110 11001001 1100100 1101 0 110010 10101 1001100 110000 111011

Color Harmonies of #AEC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC964

Black with #AEC964

Text Example


Text Example

White with #AEC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC964; }

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

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

background-color css

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

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

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

border-color css

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

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

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