Html Css Color HEX #AEC062 Wild Willow

📋 copy color: '#AEC062'

red 174 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #AEC062

Tints of Wild Willow #AEC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.12%

R = 37.5%
G = 41.38%
B = 21.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#AEC062 (or 0xAEC062) is known color: Wild Willow. HEX triplet: AE, C0 and 62. RGB value is (174,192,98). Sum of RGB (Red+Green+Blue) = 174+192+98=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC062 is #513F9D. Grayscale: #B0B0B0. Windows color (decimal): -5324702 or 6471854. OLE color: 6471854.

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

Color convert

RGB 174 192 98 -
CMYK 0.09 0 0.49 0.25
HSL 71.49º 0.43% 0.57% -
HSV(B) 71.49º 0.49% 0.75% -
XYZ 38.51 47.58 18.71 -
YUV 175.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 174 192 98 0.09 0 0.49 0.25 71.49 0.43 0.57
Hex AE C0 62 9 0 31 19 47 2B 39
Octal 256 300 142 11 0 61 31 107 53 71
Binary 10101110 11000000 1100010 1001 0 110001 11001 1000111 101011 111001

Color Harmonies of #AEC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC062

Black with #AEC062

Text Example


Text Example

White with #AEC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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