Html Css Color HEX #AEC068 Wild Willow

📋 copy color: '#AEC068'

red 174 ◦ green 192 ◦ blue 104

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

Shades of Wild Willow #AEC068

Tints of Wild Willow #AEC068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 37.02%
G = 40.85%
B = 22.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#AEC068 (or 0xAEC068) is known color: Wild Willow. HEX triplet: AE, C0 and 68. RGB value is (174,192,104). Sum of RGB (Red+Green+Blue) = 174+192+104=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC068 is #513F97. Grayscale: #B0B0B0. Windows color (decimal): -5324696 or 6865070. OLE color: 6865070.

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

Color convert

RGB 174 192 104 -
CMYK 0.09 0 0.46 0.25
HSL 72.27º 0.41% 0.58% -
HSV(B) 72.27º 0.46% 0.75% -
XYZ 38.8 47.7 20.26 -
YUV 176.59 87.04 126.16 -
System Red Green Blue C M Y K H S L
Decimal 174 192 104 0.09 0 0.46 0.25 72.27 0.41 0.58
Hex AE C0 68 9 0 2E 19 48 29 3A
Octal 256 300 150 11 0 56 31 110 51 72
Binary 10101110 11000000 1101000 1001 0 101110 11001 1001000 101001 111010

Color Harmonies of #AEC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC068

Black with #AEC068

Text Example


Text Example

White with #AEC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC068; }

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

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

background-color css

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

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

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

border-color css

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

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

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