Html Css Color HEX #ACC064 Wild Willow

📋 copy color: '#ACC064'

red 172 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #ACC064

Tints of Wild Willow #ACC064

RGB

 RED value IS 172 (67.58% from 255) = 37.07%

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

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

R = 37.07%
G = 41.38%
B = 21.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#ACC064 (or 0xACC064) is known color: Wild Willow. HEX triplet: AC, C0 and 64. RGB value is (172,192,100). Sum of RGB (Red+Green+Blue) = 172+192+100=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC064 is #533F9B. Grayscale: #AFAFAF. Windows color (decimal): -5455772 or 6602924. OLE color: 6602924.

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

Color convert

RGB 172 192 100 -
CMYK 0.10 0 0.48 0.25
HSL 73.04º 0.42% 0.57% -
HSV(B) 73.04º 0.48% 0.75% -
XYZ 38.16 47.39 19.19 -
YUV 175.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 172 192 100 0.10 0 0.48 0.25 73.04 0.42 0.57
Hex AC C0 64 A 0 30 19 49 2A 39
Octal 254 300 144 12 0 60 31 111 52 71
Binary 10101100 11000000 1100100 1010 0 110000 11001 1001001 101010 111001

Color Harmonies of #ACC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC064

Black with #ACC064

Text Example


Text Example

White with #ACC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC064; }

 p { color: rgb(172,192,100); }

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

background-color css

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

 a { background-color: rgb(172,192,100); }

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

border-color css

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

 span { border-color: rgb(172,192,100); }

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