Html Css Color HEX #AEC268 Wild Willow

📋 copy color: '#AEC268'

red 174 ◦ green 194 ◦ blue 104

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

Shades of Wild Willow #AEC268

Tints of Wild Willow #AEC268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.1%

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

R = 36.86%
G = 41.1%
B = 22.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#AEC268 (or 0xAEC268) is known color: Wild Willow. HEX triplet: AE, C2 and 68. RGB value is (174,194,104). Sum of RGB (Red+Green+Blue) = 174+194+104=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC268 is #513D97. Grayscale: #B2B2B2. Windows color (decimal): -5324184 or 6865582. OLE color: 6865582.

HSL color Cylindrical-coordinate representation of color #AEC268: hue angle of 73.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEC268 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 104 -
CMYK 0.10 0 0.46 0.24
HSL 73.33º 0.42% 0.58% -
HSV(B) 73.33º 0.46% 0.76% -
XYZ 39.25 48.58 20.41 -
YUV 177.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 174 194 104 0.10 0 0.46 0.24 73.33 0.42 0.58
Hex AE C2 68 A 0 2E 18 49 2A 3A
Octal 256 302 150 12 0 56 30 111 52 72
Binary 10101110 11000010 1101000 1010 0 101110 11000 1001001 101010 111010

Color Harmonies of #AEC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC268

Black with #AEC268

Text Example


Text Example

White with #AEC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC268; }

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

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

background-color css

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

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

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

border-color css

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

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

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