Html Css Color HEX #AEC962 Wild Willow

📋 copy color: '#AEC962'

red 174 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #AEC962

Tints of Wild Willow #AEC962

RGB

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

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

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

R = 36.79%
G = 42.49%
B = 20.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#AEC962 (or 0xAEC962) is known color: Wild Willow. HEX triplet: AE, C9 and 62. RGB value is (174,201,98). Sum of RGB (Red+Green+Blue) = 174+201+98=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC962 is #51369D. Grayscale: #B5B5B5. Windows color (decimal): -5322398 or 6474158. OLE color: 6474158.

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

Color convert

RGB 174 201 98 -
CMYK 0.13 0 0.51 0.21
HSL 75.73º 0.49% 0.59% -
HSV(B) 75.73º 0.51% 0.79% -
XYZ 40.55 51.65 19.39 -
YUV 181.19 81.05 122.88 -
System Red Green Blue C M Y K H S L
Decimal 174 201 98 0.13 0 0.51 0.21 75.73 0.49 0.59
Hex AE C9 62 D 0 33 15 4C 31 3B
Octal 256 311 142 15 0 63 25 114 61 73
Binary 10101110 11001001 1100010 1101 0 110011 10101 1001100 110001 111011

Color Harmonies of #AEC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC962

Black with #AEC962

Text Example


Text Example

White with #AEC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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